Hello Devs, I'm on a project that uses TestNG as its Unit test framework so I'd like to leverage it for JBehave. I've seen ways to do that (e.g. http://jbehave.org/reference/preview/faq.html ) but its just seems unnatural to extend a class "JUnitStories" if I'm not using JUnit. I've searched through the jira and the mail list, but can't find a specific reference to this question. Is there a particular reason that TestNGStory/Stories does not exists in jbehave-core? Maybe dependency issues? If there is not, I'd be happy to submit a pull request and add the feature.
- Justin