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

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

  •  30-09-2022
  •  | 
  •  

Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top