--access-token <accessToken> | Set authentication token for online execution |
-t, --test-scenario <testScenarioId> | Specify test scenario ID to run |
-f, --test-scenario-folder <folderId> | Specify test scenario directory ID to run |
-r, --reporters [reporters] | Specify test report types (default: ["cli"]) |
--out-dir <outDir> | Output directory for test reports (default: "./apidog-reports") |
--out-file <outFile> | Output test report file name with no need to add a file extension (default: "apidog-report-{GENERATE_TIME}"). You can use special variables: {FOLDER_NAME} {SCENARIO_NAME} {GENERATE_TIME} |
--out-json-failures-separated <outJsonFailuresSeparated> | Export failures as separate JSON file |
-e, --environment | Specify runtime environment |
-n, --iteration-count <n> | Set number of iterations |
-d, --iteration-data <path> | Set data for case iterations (JSON or CSV) |
--variables <path> | Environment/global variables using from files in the specified path, instead of use initial values of environment/global variables. |
--global-var <value> | Set global variables (key=value format) |
--env-var <value> | Set environment variables (key=value format) |
--external-program-path <path> | Specify file path for external programs |
--database-connection <path> | Specify file path for database configuration |
--ignore-redirects | Prevent automatic redirects |
--silent | Prevent console output |
--color <value> | Enable/disable colored console output |
--delay-request [n] | Specify delay between requests (ms) |
--timeout-request [n] | Specify request timeout (ms) |
--timeout-script [n] | Specify script execution timeout (ms) |
-k, --insecure | Disable SSL verification |
--ssl-client-cert-list <path> | Specify client certificate config path |
--ssl-client-cert <path> | Specify client certificate path (PEM) |
--ssl-client-key <path> | Specify client certificate private key path |
--ssl-client-passphrase <passphrase> | Specify client certificate passphrase |
--ssl-extra-ca-certs <path> | Specify additional trusted CA certificates |
-b, --bigint | Enable bigint compatibility |
--upload-report [value] | Upload test report overview to cloud |
--preferred-http-version <preferredHttpVersion> | Set preferred HTTP protocol version |
--verbose | Display detailed request and response information |
--lang <language> | Set CLI language (en) |
-h, --help | Display help information |