how to run jbehave stories without mapping classes so that I can produce html output?

StackOverflow https://stackoverflow.com/questions/21257122

  •  30-09-2022
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top