qadottech/Run QA.tech
This action will run your tests on the QA.tech platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_short_id | The QA.tech project short ID. | yes | — |
| api_token | The API key for the QA.tech project. | yes | — |
| api_url | The API url for QA.techs API. Defaults to production. | no | — |
| test_plan_short_id | The unique identifier (test plan short ID) for a single test plan to execute. | no | — |
| blocking | Whether the run should be blocking. Blocking polls stop after an internal 60 minute timeout. | no | false |
| applications_config | JSON string containing application environment overrides. Format: {"applications": {"appId": {"environment": {"url": "...", "name": "..."}}}} | no | — |
Outputs
| name | description |
|---|---|
| run_created | Whether the test run was created successfully on QA.tech. |
| run_status | The final status of the run (INITIATED, RUNNING, COMPLETED, ERROR, CANCELLED, or TIMED_OUT). Only set when blocking is true. |
| run_result | The test execution result (PASSED, FAILED, or SKIPPED). Only set when blocking is true. |
| run_short_id | The short ID of the run. |
| run_url | The URL of the run. |