parallel_calabash
parallel_calabash copied to clipboard
Ensures elements (features/scenarios/examples) tagged with the supplied tag are distributed specifically to device IDs specified in the flag.
Allows user to pass
--ensure-tag-for-devices="@some_device_tag:deviceIdA,deviceIdB"
- Ensures elements (features/scenarios/examples) tagged with the supplied tag are distributed to device IDs specified in the flag.
- Will evenly split tagged elements across the comma separated list of device IDs.
- Defaults to --group-by-scenario behaviour for remaining non-device-specific scenarios.
- The flag can be passed multiple times.