Cucumber Tags
Answered
Hi,
Instead create multiple feature files is it possible to have just one feature file and another file where I can call different sequence of cucumber tags like:
@step1, @step2
@step1, @step2, @step3
@step1, @step2, @step3, @step4
So that I can just run this file instead the feature file from RubyMine?
Thanks
Please sign in to leave a comment.
Hello,
You can run different tags using context menu, just right click on the tag and select Run, Run configuration with selected tag will be run.