Cucumber Tags
已回答
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
请先登录再写评论。
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.