reqfleet/Reqfleet Tests Action
Runs Reqfleet tests and evaluates performance metrics.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| collection_id | The collection ID for Reqfleet tests | yes | — |
| api_key | The API key for Reqfleet. | yes | — |
| reqfleet_api_endpoint | Custom API endpoint for Reqfleet. If provided, will be set as REQFLEET_API_ENDPOINT environment variable. | no | — |
| fail_on_over_threshold | If true, the step will fail if any metric exceeds its threshold. | no | true |
| latency_threshold | Latency thresholds for avg, p50, p90, p95, and p99, e.g., "avg:50ms,p50:50ms,p99:100ms" | no | — |
| status_threshold | Status code thresholds, e.g., "200=100%,401<10%" | no | — |
Outputs
| name | description |
|---|---|
| summary | Summary of the Reqfleet test results. |