For my Maven project, I have created a feature file, a step def file and a java file which runs the Cucumber tests.I keep getting a 'package cucumber.annotation.en does not exist' error when I try to run mvn test.
What am I doing wrong?
Is there something I need to specify in Run Configs?Thanks
--
-- Rules --
1) Please prefix the subject with [Ruby], [JVM] or [JS].
2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
3) If you have a question, don't reply to an existing message. Start a new topic instead.
You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cu...@googlegroups.com. To unsubscribe from this group, send email to cukes+un...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
I am using 1.0.14.
--