Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.6.2
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
-
Number of attachments :
Description
When introducing JBehave into our project I've run into some challenges - luckily most have been searchable and resolved.
We have to separate tests in pom.xml, and the docs does not say <scope>test</scope> in the plugin configuration, which makes it harder to get started using JBehave for some projects.
We also need to be able to run without tests, and use the standard maven flag -DskipTests - the maven plugin docs does not mention how to get this right, but this worked for us: http://stackoverflow.com/questions/7926723/jbehave-maven-how-to-skip-scenario-tests
When <scope>test</scope> is not specified, JBehave does not look in target/test-classes where test classes normally would reside.