This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Cucumber for Java and Groovy in IntelliJ IDEA 12
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
Inspired by support for Cucumber in RubyMine and by Aslak’s suggestions we added Cucumber support for Java and Groovy.
With IntelliJ IDEA 12 now it’s easy to navigate from step to its definition, look for step’s usage and run .feature tests.
Here I would like to tell you briefly, how you could create scenario, step definitions in [...]