Skip to content

Commit f1ad70a

Browse files
committed
docs: remove no-deps flag
Signed-off-by: shiiyan <shiiyan79@gmail.com>
1 parent 657816e commit f1ad70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now both these API calls were captured as a testcase and should be visible on th
5858
Now that we have our testcase captured, run the test file.
5959

6060
```bash
61-
keploy test -c "docker compose up --no-deps app" --delay 20
61+
keploy test -c "docker compose up app" --delay 20
6262
```
6363

6464
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

Comments
 (0)