Hi All,
I'm trying to use Cucumber with Grails in IntelliJ 12.1. I've created both the feature file and the step definition files. However:
- IntelliJ is not detecting the Step Definition file written in Groovy, making any Run 'Feature' to return 'Undefined Step'
- Therefore, I can't run the Scenario either.
I'm attaching screenshots of a sample project I'm using to test this. Any pointers or help is really appreciated. Thanks!