pioneer icon indicating copy to clipboard operation
pioneer copied to clipboard

Run features by name.

Open jaridmargolin opened this issue 10 years ago • 3 comments

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

jaridmargolin avatar Sep 05 '14 15:09 jaridmargolin

:+1:

samccone avatar Sep 05 '14 15:09 samccone

:+1: 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.

joshthecoder avatar Sep 09 '14 16:09 joshthecoder

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

https://gitter.im/mojotech/pioneer

samccone avatar Sep 09 '14 16:09 samccone