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

Arguments don't seem to be passed through to Cucumber #38

Open
Cruikshanks opened this issue Oct 6, 2016 · 1 comment
Open

Arguments don't seem to be passed through to Cucumber #38

Cruikshanks opened this issue Oct 6, 2016 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Cruikshanks
Copy link
Member

Cruikshanks commented Oct 6, 2016

v0.2.3

Initial attempts at working with Quke in a project seem to indicate that any arguments specified are not being passed through to Cucumber, or if they are its being done in such a way that Cucumber doesn't acknowledge it.

@Cruikshanks Cruikshanks added the bug Something isn't working label Oct 6, 2016
@Cruikshanks Cruikshanks self-assigned this Oct 6, 2016
@Cruikshanks
Copy link
Member Author

Some more info. They are passed but it depends what your passing. If for example you are just trying to run a single feature, you would expect this to only run the search.feature

bundle exec quke features/search.feature

In Quke however this is not working, and the whole folder is being run. Arguments like this though are being passed through and are working correctly

bundle exec quke --tags @focus

The problem is we always pass in the 'features' folder (or whatever its been set as in config) so in fact trying to just run a single feature from the command line is overridden by this behaviour.

So at the moment if you want to control which features get run, you must rely on tags rather than trying to specify it through the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant