Forum Discussion
More information.
I used to be able to at my root directory where I had a features/app_name directory I used to be able to run a script with
# cucumber OS=xxx ENV=yyy -t@some_tag
now I must use
# cucumber OS=xxx ENV=yyy features/app_name/smoke/thefeature.feature -t@some_tag
Is there something I need to set in my environment so that the first command works that it will search from the root folder for all feature files matching the tag?
- dmaisells5 years agoOccasional Contributor
I see that this latest version of Cucumber now requires you to specify the path to the file where any tags you specify are to search. It didn't used to work that way. You could just specify -t@tag_name and it would search all feature files from your root folder for that tag. Am I missing some environment setting that was overwritten when I updated selenium-webdriver, cucumber, and capybara to name a few gems?
- aslakhellesoy5 years agoSmartBear Alumni (Retired)
Hi dmaisells sounds like you have found a bug. Could you please create a new issue in https://github.com/cucumber/cucumber-ruby/ and provide the minimal information required to reproduce this issue?
Cheers,
Aslak
- dmaisells5 years agoOccasional Contributor
Aslak,
If this is a bug, I can't believe no one has reported yet.
Could you please provide the procedure for submitting a ticket. I use JIRA at work to log tickets and although we use github too, I unfamiliar with creating a ticket there. Please provide procedure.
- dmaisells5 years agoOccasional Contributor
Never mind, I found it.
Related Content
- 2 years ago
- 12 years ago