Skip to content

Commit

Permalink
docs: update the test command (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <[email protected]>
  • Loading branch information
AkashKumar7902 authored Sep 27, 2023
1 parent 22fa543 commit 9b4578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0.0/quickstart/samples-gin.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Now both these API calls were captured as a testcase and should be visible on th
Now that we have our testcase captured, run the test file.

```shell
keploy test -c "sudo docker run -p 8080:8080 --rm --net keploy-network --name ginMongoApp gin-app:1.0 --rm ginMongoApp" --delay 10
keploy test -c "sudo docker run -p 8080:8080 --rm --net keploy-network --name ginMongoApp gin-app:1.0" --delay 10
```

So no need to setup dependencies like mongoDB, web-go locally or write mocks for your testing.
Expand Down

0 comments on commit 9b4578f

Please sign in to comment.