parallel_calabash icon indicating copy to clipboard operation
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.

Open rooZzz opened this issue 8 years ago • 0 comments

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.

rooZzz avatar Jul 17 '16 12:07 rooZzz