Cucumber Java8 Hook #2243
bhanusekhar57
started this conversation in
General
Replies: 2 comments 1 reply
-
Also my Runner class using @suite (Junit Platform Suite API) |
Beta Was this translation helpful? Give feedback.
1 reply
-
No. For reporting you'd want to write a plugin. This guide is a bit out of date, package names have changed but the principles should still be the same: https://www.thinkcode.se/blog/2019/03/07/how-to-implement-a-cucumberjvm-plugin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Cucumber Java8 framework for automation testing.
Is there any workaround to log each Scenario, Step Name, Step Status(Failed Reason) inside Hooks.
I can see Java8 Hooks only accept scenario as param and from scenario we cant fetch all the step level details.
Beta Was this translation helpful? Give feedback.
All reactions