Open Llois41 opened 4 months ago
I don't have Failed hook at all, Before or After are not include in the report. Is it Failed or Passed hook it is the same.
@Llois41 , @Duez-Yoan ,
Can you share a sample project GitHub link so I can take a look at this issue?
@WasiqB the given JSON is what the latest version of cucumber printed out (shortened and anonymized). What would you need more?
Thanks for having a look into it.
Ok, I will check and work on this issue soon.
Hi @WasiqB , here is the link of the branch of my project : https://github.com/Duez-Yoan/cucumberJs/tree/driverManager
I added some before OK and After OK and KO. None of them is visible in the report.
Maybe i forgot some configuration or anything else.
Thanks a lot in advance :)
Thanks for sharing the sample project. I will look into this issue soon.
Environment (please complete the following information)
Config of multiple-cucumber-html-reporter
Describe the bug
When having a
Before
hook in the .json input file the reporter does not add it to the report even if it has failed. However theAfter
hook is present in the report.To Reproduce
Use following .json output from the cucumber tests as input for the reporter
Expected behavior
The failed
Before
hook should be present in the report.