eklado/Split PHP tests by timing
A custom PHP action to split PHP tests by timing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| junit-xml-report-dir | The directory path where the last test junit reports exist. | yes | — |
| node-total | The total number of the expected parallel nodes. | yes | — |
| node-index | The index of the current node. | no | — |
| xml-partial-dir | The directory path where the partial phpunit xml files will be placed. | yes | — |
| test-directories | List of comma separated test directories to use all test files inside it. | no | tests/Feature,tests/Unit |
| debug | Debug option to echo some data that enables following up the flow. | no | false |
Outputs
no outputs