Split Tests with YAML

YAML parameters for Split tests

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to SPLIT_TESTS.
source_path RequiredStringThe path in the filesystem containing files with tests.
groups_count RequiredIntegerThe amount of groups to split. Can't be lower than 2.
files_orderStringDefines 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