automationhq-canada/Run Test Bot
Run Test Bot with JWT-based authentication for CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jwt_token | JWT token for authentication | yes | — |
| test_bot_configuration | Stringified JSON configuration for the test bot (must include testBotId) | yes | — |
| poll_interval_seconds | How often (in seconds) to poll for execution status | no | 5 |
| timeout_minutes | Maximum time (in minutes) to wait for test bot execution to complete | no | 60 |
Outputs
| name | description |
|---|---|
| execution_id | The execution ID returned by the test bot service |
| status | Final execution status (PASSED / FAILED / ERROR) |
| results_path | Path to the saved detailed results JSON file |