Skip to content

Commit

Permalink
Merge branch 'keploy:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Swpn0neel authored Nov 29, 2023
2 parents 9d8529e + 188d74f commit c4ab5d2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
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
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0.0/server/macos/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker network create keploy-network
Then, create an alias for Keploy:

```shell
alias keploy='sudo docker run --name keploy-v2 -p 16789:16789 --network keploy-network --privileged --pid=host -it -v "$(pwd)":/files -v /sys/fs/cgroup:/sys/fs/cgroup -v /sys/kernel/debug:/sys/kernel/debug -v /sys/fs/bpf:/sys/fs/bpf -v /var/run/docker.sock:/var/run/docker.sock --rm ghcr.io/keploy/keploy'
alias keploy='sudo docker run --pull always --name keploy-v2 -p 16789:16789 --network keploy-network --privileged --pid=host -it -v "$(pwd)":/files -v /sys/fs/cgroup:/sys/fs/cgroup -v /sys/kernel/debug:/sys/kernel/debug -v /sys/fs/bpf:/sys/fs/bpf -v /var/run/docker.sock:/var/run/docker.sock --rm ghcr.io/keploy/keploy'
```

### Recording Testcases and Data Mocks
Expand Down
40 changes: 20 additions & 20 deletions versioned_sidebars/version-2.0.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"server/macos/installation"
]
},
{
"type": "category",
"label": "Running Keploy",
"collapsible": true,
"collapsed": false,
"items": [
"running-keploy/rename-testcases",
"running-keploy/configuration-file",
"running-keploy/cli-commands"
]
},
{
"type": "category",
"label": "Sample-App",
Expand Down Expand Up @@ -52,6 +63,15 @@
]
}
]
},
{
"type": "category",
"label": "Resources",
"collapsible": true,
"collapsed": true,
"items": [
"concepts/general-glossary"
]
}
],
"sidebarExplanation": [
Expand All @@ -67,26 +87,6 @@
"keploy-explained/faq",
"server/index"
]
},
{
"type": "category",
"label": "Running Keploy",
"collapsible": true,
"collapsed": false,
"items": [
"running-keploy/rename-testcases",
"running-keploy/configuration-file",
"running-keploy/cli-commands"
]
},
{
"type": "category",
"label": "Resources",
"collapsible": true,
"collapsed": true,
"items": [
"concepts/general-glossary"
]
}
],

Expand Down

0 comments on commit c4ab5d2

Please sign in to comment.