Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensures elements (features/scenarios/examples) tagged with the supplied tag are distributed specifically to device IDs specified in the flag. #26

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rooZzz
Copy link

@rooZzz rooZzz commented Jul 17, 2016

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.

Rooth, Matthew and others added 9 commits July 14, 2016 11:35
…d_1,device_id_2,device_id_n", which ensures that certain scenarios can only run on certain devices (for example, fingerprint enabled devices only, etc.)
…nd outstanding cucumber issue: cucumber/cucumber-ruby#967; fixed scenario grouping tests
…with multiple supported devices; added spec tests for ensuring specific tags only run on specified devices
…of non-device-specific tests afterwards; added final tests and updated readme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant