apidog_run_test
Run Apidog API tests for a single scenario or an entire folder. Provide a scenario ID or folder ID to execute tests and validate API behavior.
Instructions
Run Apidog tests via CLI. Provide scenarioId for a single scenario OR folderId for all scenarios in a folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name (used for context only — tests are project-scoped) | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| folderId | No | Test folder ID (mutually exclusive with scenarioId) | |
| timeoutMs | No | CLI execution timeout in ms (default 120000 scenario / 180000 folder) | |
| scenarioId | No | Test scenario ID (mutually exclusive with folderId) | |
| environmentId | No | Environment ID to use for the test run | |
| iterationCount | No | Number of iterations (default 1, scenario only) |