Using Gradle, Intellij IDEA not recognizing Step definitions
Answered
So, I'm attempting us use Intellij, Gradle, and Cucumber together. I've created a feature file and added the step definition file by using the Alt-Enter > Create all step definition...
Now, after the Step is made, the associated line in the feature is still highlighted as if it is not a recognized step defined.
This does not happen when I used Maven. I think it is something to do with how I set up grade.build
Can someone assist?
Here is my repository: https://github.com/HuckleberryCarignan/intellij-help
Please sign in to leave a comment.
Your sources and resources are mixed up.
How so?
Why is your .java file is in resources instead of sources?
https://github.com/HuckleberryCarignan/intellij-help/tree/master/src/main/resources