Skip to content

Commit 4293ec0

Browse files
committed
docs: remove the wrong --coverage flag, update dev guide to include report directory information
Signed-off-by: AmitKarnam <[email protected]>
1 parent 853b270 commit 4293ec0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: versioned_docs/version-2.0.0/keploy-explained/dev-guide.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,7 @@ After entering record mode, send requests to your application to generate test c
7171
```shell
7272
go run -exec "sudo -E env 'PATH=$PATH'" -tags=viper_bind_struct main.go test -c "path/to/go/binary/of/application" --delay 10
7373
```
74-
75-
Run Keploy server to expose test APIs:
76-
77-
```shell
78-
go run -exec "sudo -E env 'PATH=$PATH'" -tags=viper_bind_struct main.go test -c "path/to/go/binary/of/application" --delay 10 --coverage
79-
```
80-
81-
Generated test cases can be found inside the Keploy directory.
82-
74+
Generated test cases can be found inside the Keploy directory. Generated reports can be found under the reports directory inside Keploy directory.
8375
### 5. Setup Keploy using Binary:
8476

8577
#### Generate Keploy Binary:

0 commit comments

Comments
 (0)