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

Tags are not passed to cucumber correctly #334

Open
tomhicks-bsf opened this issue Sep 16, 2015 · 0 comments
Open

Tags are not passed to cucumber correctly #334

tomhicks-bsf opened this issue Sep 16, 2015 · 0 comments

Comments

@tomhicks-bsf
Copy link
Contributor

According to this article, the way pioneer passes its tags to cucumber is totally wrong when there are multiple tags.

If I set my tags to ["@one", "@two"] pioneer passes them as --tags=@one, @two which is not any of the supported tag formats. Arguably, that should come out as --tags=@one --tags=@two, which would then allow us to do proper AND/OR combinations:

["@this,@that", "~@skip"] -> --tags @this,@that --tags ~@skip -> (this OR that) AND NOT skip

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

No branches or pull requests

1 participant