r7kamura/split-tests-by-timings
Split test files based on JUnit XML reports.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| reports | Path to directory where JUnit XML reports are stored. | yes | — |
| glob | Glob pattern to search test files. | yes | — |
| index | 0-based index of test node. | yes | — |
| total | Total count of test nodes. | yes | — |
| working-directory | Working directory to run the action. | no | . |
| architecture | CPU architecture | no | x86_64 |
Outputs
| name | description |
|---|---|
| paths | Paths of test files to run. |