Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions versioned_docs/version-2.0.0/keploy-explained/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,7 @@ After entering record mode, send requests to your application to generate test c
```shell
go run -exec "sudo -E env 'PATH=$PATH'" -tags=viper_bind_struct main.go test -c "path/to/go/binary/of/application" --delay 10
```

Run Keploy server to expose test APIs:

```shell
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
```

Generated test cases can be found inside the Keploy directory.

Generated test cases can be found inside the Keploy directory. Generated reports can be found under the reports directory inside Keploy directory.
### 5. Setup Keploy using Binary:

#### Generate Keploy Binary:
Expand Down
Loading