Skip to content

Commit

Permalink
docs(test_utils): Update postman docs (#3055)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate authored Dec 5, 2023
1 parent 1c3d260 commit 8b7a7aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/test_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The heart of `newman`(with directory support) and `UI-tests`

Required fields:

- `--admin_api_key` -- Admin API Key of the environment. `test_admin` is the Admin API Key for running locally
- `--base_url` -- Base URL of the environment. `http://127.0.0.1:8080` / `http://localhost:8080` is the Base URL for running locally
- `--connector_name` -- Name of the connector that you wish to run. Example: `adyen`, `shift4`, `stripe`
- `--admin-api-key` -- Admin API Key of the environment. `test_admin` is the Admin API Key for running locally
- `--base-url` -- Base URL of the environment. `http://127.0.0.1:8080` / `http://localhost:8080` is the Base URL for running locally
- `--connector-name` -- Name of the connector that you wish to run. Example: `adyen`, `shift4`, `stripe`

Optional fields:

Expand All @@ -46,7 +46,7 @@ Optional fields:

- Tests can be run with the following command:
```shell
cargo run --package test_utils --bin test_utils -- --connector_name=<connector_name> --base_url=<base_url> --admin_api_key=<admin_api_key> \
cargo run --package test_utils --bin test_utils -- --connector-name=<connector_name> --base-url=<base_url> --admin-api-key=<admin_api_key> \
# optionally
--folder "<folder_name_1>,<folder_name_2>,...<folder_name_n>" --verbose
```
Expand Down

0 comments on commit 8b7a7aa

Please sign in to comment.