smileboyc/TestSprite E2E Tests
Trigger TestSprite E2E tests from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_id | TestSprite project ID | yes | — |
| mode | Test execution mode: 'all' (run all tests), 'tags' (run tests with specific tags), or 'ids' (run specific test IDs) | no | all |
| target_tags | Comma-separated tags (required when mode is 'tags') | no | — |
| target_ids | Comma-separated test IDs (required when mode is 'ids') | no | — |
| wait_for_completion | Whether to wait for test completion (true/false) | no | true |
Outputs
| name | description |
|---|---|
| run_id | The TestSprite run ID |
| report_url | URL to view the test report |
| status | Initial status of the test run |
| final_status | Final status of the test run (only when wait_for_completion is true) |