سؤال

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?

هل كانت مفيدة؟

المحلول 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

نصائح أخرى

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
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top