testsprite/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 |
|---|---|---|---|
| testsprite-api-key | TestSprite API Key for authentication | yes | — |
| github-token | GitHub token for authentication (defaults to automatic token if not provided) | no | — |
| base_url | The base URL to run tests against | yes | — |
| blocking | Block PR if tests do not fully pass | no | false |
| priority | Priorities to run (comma-separated, e.g. High,Medium,Low). Empty or omit = run all. | no | "" |
Outputs
| name | description |
|---|---|
| total_tests | Total number of tests that ran |
| passed_tests | Number of tests that passed |
| result_url | URL to view the detailed test results |