does-qa/DoesQA Trigger
Triggers a test run in DoesQA and waits for it to complete
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Your DoesQA CI/CD key | yes | — |
| accountId | Your DoesQA Account ID | yes | — |
| label | Label for the test run | — | — |
| withAll | Flow Tags to include | no | — |
| withoutAny | Any Flow Tags to exclude | no | wip |
| values | Values to pass to the test run | no | — |
| wait | Wait for the test run to complete | no | true |
| timeout | Timeout in seconds | no | 1200 |
| concurrency | Number of concurrent test runs | no | 0 |
| recipe | Recipe to use for the test run | no | — |
| testsTagged | Tests tagged with this tag will be run | no | — |
| github-token | GitHub token for creating a Check Run on the commit. Defaults to the automatic workflow token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| status | Final status of the DoesQA test run (e.g. passed, failed, terminated) |
| report-url | URL to the DoesQA report for this run |