-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed Before
hook not present in report
#359
Comments
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 : I added some before OK and After OK and KO. 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.The text was updated successfully, but these errors were encountered: