Files
Kashif 763e2df3bd feat: add payout service (#1665)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
2023-07-19 18:02:05 +00:00
..
2023-07-19 18:02:05 +00:00
2023-07-19 18:02:05 +00:00

Test Runner

The main part of running tests through newman.

Usage

  • Make sure you that you've the postman collection for the connector available in the postman dir with the name <connector_name>.postman_collection.json
  • Add the connector credentials to the connector_auth.toml / auth.toml
  • In terminal, execute:
    export CONNECTOR_AUTH_FILE_PATH=/path/to/auth.toml
    cargo run --package test_utils --bin test_utils -- --connector_name=<connector_name> --base_url=<base_url> --admin_api_key=<admin_api_key>