| execution-timeout | Timeout for entire execution in seconds. Default is 300. Increase for large collections or slow APIs. | no | 300 |
| command | The command to run: "test" or "collection". | yes | — |
| working-directory | Path to Insomnia export file or .insomnia directory. | yes | — |
| github-token | GitHub token for posting PR comments. Uses GITHUB_TOKEN if not provided. | no | — |
| inso-version | Version of Inso CLI to use. | no | 12.2.0 |
| identifier | Collection name, test suite name, or workspace ID to run. | no | — |
| environment | Insomnia environment name to use. | no | — |
| request-name-pattern | Regex pattern to filter requests by name (collection only). | no | — |
| item | Specific request or folder IDs to run, comma-separated. | no | — |
| globals | Path to global environment file or ID. | no | — |
| delay-request | Delay between requests in milliseconds. | no | — |
| iteration-count | Number of times to iterate through the collection. | no | — |
| iteration-data | Path to CSV or JSON data file for iterations. | no | — |
| env-var | Environment variables in KEY=VALUE format, one per line. | no | — |
| test-name-pattern | Regex pattern to filter tests by name (test only). | no | — |
| keep-file | Keep the generated test file after execution. | no | false |
| bail | Stop execution on first failure. | no | false |
| request-timeout | Request timeout in milliseconds. | no | — |
| disable-cert-validation | Disable SSL certificate validation. | no | false |
| https-proxy | HTTPS proxy URL. | no | — |
| http-proxy | HTTP proxy URL. | no | — |
| no-proxy | Comma-separated list of hosts to bypass proxy. | no | — |
| data-folders | Folders that Insomnia can access for file references. | no | — |
| verbose | Enable verbose logging. | no | false |
| output-format | The format of the report output (e.g., 'json'). | no | — |
| pr-comment | Post test results as a PR comment. | no | true |
| fail-on-error | Fail the workflow if tests fail. | no | true |