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

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

  •  30-09-2022
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top