Question

I would like a non-technical person to fire off a utility and run through the stories without him having to know what an IDE is. Something like what nUnit offers. How can that be done with jBehave?

Was it helpful?

Solution 2

I will be using the web runner. This would work perfectly for my use case.

http://jbehave.org/reference/web/stable/using-web-runner.html

OTHER TIPS

Create a batch/shell script (windows/*nix) and run the tests using Maven command. You'll maybe have to declare a profile running only acceptance tests:

mvn -P jBehaveTests clean test
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top