WebRunner is a web front-end to run generic stories, be they web-based
or not. It's got nothing to do with Selenium.
If you're developing a webapp, go with Selenium, but choose the
WebDriver API (aka Selenium 2.x).
A tutorial to get you started:
https://github.com/jbehave/jbehave-tutorial/tree/master/etsy-selenium
Cheers
On 17/09/2012 10:19, Julien Martin wrote:
Hello,
I am new to BDD and JBehave. I am developing a web app and I am not
sure whether to choose:
* *JBehave + Web Runner* /or/
* *JBehave + Selenium*
Are they complementary or should I choose one over the other?
Regards,
J.