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
Copy file name to clipboardExpand all lines: echo-mysql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Now both these API calls were captured as a testcase and should be visible on th
58
58
Now that we have our testcase captured, run the test file.
59
59
60
60
```bash
61
-
keploy test -c "docker compose up --no-deps app" --delay 20
61
+
keploy test -c "docker compose up app" --delay 20
62
62
```
63
63
64
64
So no need to setup dependencies like MySQL, web-go locally or write mocks for your testing. `keploy test ` runs the test cases captured in the previous step. It replays the captured API calls against the application to verify its behavior.
0 commit comments