Reputation: 15462
I'm new to IntelliJ and Cucumber.
How can I run only scenarios with a certain tag from within IntelliJ?
I have seen there is this command:
cucumber --tags @sanity
but I prefer using the IDE UI.
Upvotes: 2
Views: 2543
Reputation: 37607
I don't have an Ultimate Edition license handy, but this is how to do it in RubyMine so maybe it will work in IntelliJ:
Upvotes: 1