enercoop/split-tests
Split a test suite between equally-timed jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| job-index | Index of this job | no | 0 |
| job-total | Total number of jobs | no | 1 |
| pattern | Glob pattern of test files to include | no | spec/**/*_spec.rb |
| exclude-pattern | Glob pattern of test files to exclude | no | /some/path/that/will/never/exist |
| junit-pattern | Path to JUnit XML reports to use for test timings | no | tmp/*.junit.xml |
Outputs
| name | description |
|---|---|
| tests-subset | A subset of test files, based on the the job index and total jobs |