Split Tests with YAML
Tip
YAML parameters for Split tests
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to SPLIT_TESTS . |
source_path Required | String | The path in the filesystem containing files with tests. |
groups_count Required | Integer | The amount of groups to split. Can't be lower than 2. |
files_order | String | Defines how test files should be split. Can be one of BY_FILE_SIZE or ALPHABETICALLY . |
YAML example for Split tests
actions:
- action: "Split Tests"
type: "SPLIT_TESTS"
source_path: "/tests/"
groups_count: 4
files_order: "ALPHABETICALLY"
Last update:
Sep 23, 2024
Sep 23, 2024