prodigyeducation/QAWolf Greenlight
Triggers a test suite run and waits for the results from QAWolf
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| qawolf-api-key | API Key on QAWolf | yes | — |
| qawolf-notification-config | DeployConfig for QAWolf.attemptNotifyDeploy. | yes | {} |
| timeout | Timeout in seconds | — | 600 |
| interval | Interval to check for status | — | 30 |
Outputs
| name | description |
|---|---|
| status | The status of the test run. 'success' or 'failure' or 'timeout' or 'cancelled' |
| blockingBugsCount | The number of blocking bugs |
| nonBlockingBugsCount | The number of non-blocking bugs |
| numWorkflowsRun | The number of workflows run |
| bugs | The number of reproduced bugs in JSON format |