qentinelqi/Qentinel Pace
Run a test suite in Qentinel Pace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | Pace access token | yes | — |
| project_id | Id of the project containing the suite | yes | — |
| suite_id | Id of the suite to run | yes | — |
| wait_result | Wait for the run to finish. Default is "true". | no | true |
| ignore_failed | Pass the step even if the run failed. Default is "false". | no | false |
| branch | Which branch to run the tests from | no | — |
| record | Record the run | no | — |
| run_type | Type of the run | no | — |
| tag | Tag for the branch to run the tests from | no | — |
| api_url | Alternative url for the API for development purposes | no | — |
Outputs
| name | description |
|---|---|
| build_id | The buildId of the run |
| result | The result of the test suite run |
| duration | The execution time in seconds |
| link | Link to the results |