Hi, I'm new here and I wonder how can I write a "JBehave project" with a
structure like this:
-src
- com
- jbehave
- mystories
- story1.story
- story2.story
- mysteps
- Story1Steps.java
- Story2Steps.java
- myconfig
- Story1.java
- Story2.java
Having, Story1.java and Story2.java subclasses of JUnitStory.
I'm trying, without success, to set those classes to find their specific
stories in the path /com/jbehave/mystories, and I'm now out of ideas.
Is there a way to do that?
Thanks,
--
Robison W R Santos