verex-ai/Verex QA Test Runner
Run and monitor tests with customizable polling and timeout
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API key for authentication | yes | — |
| test_suite | Test suite ID to execute | yes | — |
| test_base_url | Base URL for the tests (e.g. https://staging.yourdomain.com) | no | — |
| api_base_url | Base URL for the API | no | https://verex.ai/api |
| max_poll_attempts | Maximum number of polling attempts | no | 60 |
| poll_interval_seconds | Seconds to wait between polling attempts | no | 10 |
| debug | Enable debug mode | no | false |
Outputs
| name | description |
|---|---|
| test_suite_run_id | ID of the test suite run |
| test_suite_run_status | Status of the test suite run |
| test_suite_link | Link to the test suite |
| test_suite_run_link | Link to the test suite run |
| total_tests | Total number of tests executed |
| passed_tests | Number of tests that passed |
| failed_tests | Number of tests that failed |
| test_duration | Total duration of the test run in seconds |