spekra/Upload JUnit Reports to Spekra
Parse and upload JUnit XML test reports to Spekra Analytics
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| junit-paths | Comma-separated JUnit files, directories, or glob patterns (e.g. "reports/**/*.xml") | yes | — |
| api-key | Spekra API key. Store this as a repository secret and pass via `secrets.SPEKRA_API_KEY`. | yes | — |
| source | Stable identifier for this test suite (e.g. "unit", "e2e"). Used to group runs over time. | yes | — |
| framework | Test framework that produced the reports: vitest, jest, or playwright | no | vitest |
| api-url | Override the Spekra API URL (for self-hosted or staging environments) | no | — |
| version | Version of @spekra/analytics-cli to use (defaults to latest) | no | latest |
Outputs
no outputs