Skip to content

Commit

Permalink
fix: fixed dev-guide (keploy#219)
Browse files Browse the repository at this point in the history
* fix: fixed dev-guide

Signed-off-by: 404fixer <[email protected]>

* fix: dev-guide

Signed-off-by: 404fixer <[email protected]>

---------

Signed-off-by: 404fixer <[email protected]>
  • Loading branch information
tomargovind authored Sep 22, 2023
1 parent 8e84a8f commit 22fa543
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions versioned_docs/version-2.0.0/keploy-explained/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Running Keploy on macOS or Windows? No problem! You'll need to create a Linux VM
- For macOS, install [Lima](https://github.com/lima-vm/lima#installation).
- If you're on Windows, install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install).

Note: Linux Users are good to go.

### 2. **Pre-requisites**:

First things first, ensure you have [Golang](https://go.dev/doc/install) installed.
Expand All @@ -39,11 +41,10 @@ It meticulously records API calls, database queries, and any other interactions

Once the recording phase is complete, Keploy can effortlessly generate test cases and data mocks in YAML format.

#### Keploy operates in four modes:
#### Keploy operates in three modes:

- `record`: Capture Keploy test cases from API calls.
- `test`: Execute recorded test cases and validate assertions.
- `completion`: Generate autocompletion scripts for your shell.
- `serve`: Run the Keploy server to expose test APIs.

To dive into Keploy, you can use the [gin-mongo URL Shortener](https://github.com/keploy/samples-go/tree/main/gin-mongo) sample application:
Expand Down

0 comments on commit 22fa543

Please sign in to comment.