0

I would like to produce html output of my stories. See here for more information.

I have been informed that it is possible to run jbehave stories without mapping classes to produce html output. However, I can't find any documentation on the jbehave site for running stories without mapping classes.

Question: How can I run jbehave on my stories without having any mapping classes so that I can product html ouput?

Community
  • 1
  • 1
Chris Snow
  • 23,813
  • 35
  • 144
  • 309

1 Answers1

0

In the end, I used this project which successfully exported my stories to gherkin format.

After that, I processed them using this project to create some really nice html output.

Chris Snow
  • 23,813
  • 35
  • 144
  • 309