actions-marketplace-validations/Split Tests - suharshan
Splits test suite for parallelization with equal time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| split-total | Total number of instances executing the tests (integer) | yes | — |
| split-index | Index of this instance executing the tests (integer) | yes | — |
| glob | Glob pattern to find test files (default "spec/**/*_spec.rb") (string) | no | spec/**/*_spec.rb |
| exclude-glob | Glob pattern to exclude test files (string) | no | "" |
| junit-path | Path to a JUnit XML report to use for test timings (string) | no | — |
| line-count | Use line count to estimate test times (boolean) | no | — |
Outputs
| name | description |
|---|---|
| test-suite | A subset of tests, based on the the split index and split type |
| split-total | Total number of instances executing the tests |
| split-index | Index of this instance executing the tests |