extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

Not able to jump directly to scenario #59

Closed tgoswami013 closed 4 years ago

tgoswami013 commented 4 years ago

Once I click on failed TestName inside bug/tag section, it redirect me to top of feature which is failed. I want to reach to particular failed scenario directly so that I can see at which step it failed instead of scrolling to the scenario.

Also, this report is at feature level and scenarios grouped together inside it. Can we create report scenario-wise.

anshooarora commented 4 years ago

This has to happen via ExtentReports, I have raised a ticket referencing this. You can track it using:

https://github.com/extent-framework/extentreports-java/issues/191

anshooarora commented 4 years ago

@tgoswami013 This enhancement is now included, you can test it here:

http://extentreports.com/samples/attrNavToTest/nodes.html

tgoswami013 commented 4 years ago

Thanks a lot!