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?
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?
Related Content
- 2 years ago