jonsnow1807/API Orchestrator Test
Run API tests using API Orchestrator - The AI-powered Postman alternative
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| collection | Path to collection file (JSON/YAML) | no | ./api-tests.json |
| environment | Environment file or name | no | production |
| api-key | API Orchestrator API key for cloud features | no | — |
| reporters | Test reporters (json, junit, html, cli) | no | cli,json |
| bail | Stop on first test failure | no | false |
| timeout | Request timeout in ms | no | 30000 |
| delay | Delay between requests in ms | no | 0 |
| iterations | Number of iterations to run | no | 1 |
| folder | Run specific folder from collection | no | — |
| working-directory | Working directory for tests | no | ./ |
| fail-on-error | Fail the action if tests fail | no | true |
Outputs
| name | description |
|---|---|
| total | Total number of tests |
| passed | Number of passed tests |
| failed | Number of failed tests |
| duration | Total duration in ms |
| report-path | Path to generated report |