Integrating Keploy With sample java application

Integrating Keploy With sample java application

Jan 30, 2023

Keploy website : https://keploy.io/
keploy github : https://github.com/keploy/keploy
keploy java sdk : https://github.com/keploy/java-sdk
keploy docs : https://docs.keploy.io/

In this video, we'll see how keploy has evolved. Presenting a new installation process of Keploy where the server of keploy can be installed using binary for Linux and macOS, and we can run the keploy server using the command "keploy" from the CLI. The test cases when you make an API call is reflected in the CLI where keploy is running, and the test runs details are also shown there. The test runs report is stored in yaml file format under the test-reports directory.

In this video we have tested the working of keploy with a sample java application.