Skip to content

Commit

Permalink
(fix): keploy Command
Browse files Browse the repository at this point in the history
  • Loading branch information
OlibhiaGhosh authored Nov 27, 2023
1 parent 0ef4390 commit c16acdd
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 c16acdd

Please sign in to comment.