You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When creating E2E test reports, all hooks have an empty name, which can be hard in debugging.
Describe the solution you'd like
The @cucumber/cucumber package has done an update and added a feature to add a hook name. It would be great if this name gets into the json report, so that the html report can on his turn use it further. cucumber/cucumber-js#1079 (comment)
Describe alternatives you've considered
There isn't an alternative for this. Before, it just wasn't possible, now it is.
Additional context
Currently, this is a report we get, to make clear how difficult it can be when one fails and need to find out which one. (this is the html report from a reporter that uses the json result from this reporter. I checked, and the name isn't filled in.)
The text was updated successfully, but these errors were encountered:
Any contributions that implement this are highly appreciated. Don't expect this to be picked up by active contributors as they have their own priorities. If you depend on this bug to be fixed, your contribution is required. Please take a look into our contribution guidelines or join our Discord development server and let us know if you have any questions. Cheers!
From what I investigated, it seems that the issue doesn't come from this package. I looked in wdio-cucumber-framework and investigations leaded me to an issue already logged to webdriverio/webdriverio#8324
So it confirms that you won't have the name yet in json report and that it should be solve out of this package.
Is your feature request related to a problem? Please describe.
When creating E2E test reports, all hooks have an empty name, which can be hard in debugging.
Describe the solution you'd like
The @cucumber/cucumber package has done an update and added a feature to add a hook name. It would be great if this name gets into the json report, so that the html report can on his turn use it further.
cucumber/cucumber-js#1079 (comment)
Describe alternatives you've considered
There isn't an alternative for this. Before, it just wasn't possible, now it is.
Additional context
Currently, this is a report we get, to make clear how difficult it can be when one fails and need to find out which one. (this is the html report from a reporter that uses the json result from this reporter. I checked, and the name isn't filled in.)
The text was updated successfully, but these errors were encountered: