Skip to content

Commit

Permalink
(fix): keploy command (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: Animesh Pathak <[email protected]>
  • Loading branch information
OlibhiaGhosh and Sonichigo authored Nov 29, 2023
1 parent b6b4edf commit 188d74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0.0/quickstart/samples-bunjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ docker-compose up -d
### Capture the testcases

```bash
sudo -E env PATH=$PATH Keploy record -c 'bun run supabun.ts'
sudo -E env PATH=$PATH keploy record -c 'bun run supabun.ts'
```

Make API Calls using [Hoppscotch](https://hoppscotch.io), [Postman](https://postman.com) or cURL command. Keploy with capture those calls to generate the test-suites containing testcases and data mocks.
Expand Down

0 comments on commit 188d74f

Please sign in to comment.