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

Run features by name. #230

Open
jaridmargolin opened this issue Sep 5, 2014 · 3 comments
Open

Run features by name. #230

jaridmargolin opened this issue Sep 5, 2014 · 3 comments

Comments

@jaridmargolin
Copy link
Contributor

Cucumber supports the following syntax to run features by name:

cucumber features --name "Failed login"

Pioneer argument handling does not correctly pass options. Fix can be implemented in the following method: https://github.com/mojotech/pioneer/blob/v0.10.1/src/config_builder.coffee#L26

@samccone
Copy link
Contributor

samccone commented Sep 5, 2014

👍

@joshthecoder
Copy link

👍 Gets slow working on a test as your suite grows in size. Right now I've been using tags to only run the test(s) I'm currently working on. Having the --name option would be a nice.

@samccone
Copy link
Contributor

samccone commented Sep 9, 2014

hi @joshthecoder come join us in gitter and we can chat about your usecase and needs

https://gitter.im/mojotech/pioneer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants