1.  You can implement your own ViewGenerator to store to DB
2. It's possible, but you need to pass it to the ViewGenerator via the ViewProperties, then modify the ViewGenerator (or the FTL template if writing to file)
3.  WebRunner can run any kind of story
4. WebRunner is not meant as a replacement for a Continuous Integration build engine. It's an on demand run tool.

As already noted, it would seem that your requirements would be best met by a CI tool. Is this what you're trying to do?

On 03/03/2014 06:07, farheen khan wrote:
I recently have implemented JBehave with webdriver for automation. I have few queries.

1. can JBehave store the results in DB after the suite is completed?
2. Can we modify the Jbehave report to display the buildnumber?
3. can we run webdriver tests to run from jbehave web runber.Example of etsy.com <http://etsy.com> doesn't actually run the webdriver stories. 4. Can we integrate the results with web-runner. i.e instead of opening target/view.index.html , can we host it on any webserver along with web-runner.

--
Thanks and regards
Farheen Khan



Reply via email to