You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a petclinic app where you can record testcases and mocks by interacting with the UI, and then test them using Keploy.
4
-
This project has two parts - the frontend and backend, since Keploy is a backend testing platform, we need to start the backend part of the project
5
-
using Keploy and run the frontend as it is.
6
-
You can start the backend using Keploy in 2 ways:
7
-
- Using Keploy's binary.
8
-
- Using Keploy's docker image.
4
+
This project has two parts - the frontend and backend, since Keploy is a backend testing platform, we need to start the backend part of the project using Keploy and run the frontend as it is.
9
5
10
-
Prerequisites For Binary:
11
-
1. Node 20.11.0 LTS
12
-
2. OpenJDK 17.0.9
13
-
3. MVN version 3.6.3
6
+
First, you need to install Keploy. For that you can use the command below:
Here `delay` is the time it takes for your application to get started, after which Keploy will start running the testcases. If your application takes longer than 10s to get started, you can change the `delay` accordingly.
101
108
`buildDelay` is the time that it takes for the image to get built. This is useful when you are building the docker image from your docker compose file itself.
102
109
103
-
Hope this helps you out, if you still have any questions, reach out to us on our [Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)
104
-
105
-
106
-
110
+
Hope this helps you out, if you still have any questions, reach out to us on our [Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)
0 commit comments