extent-framework / extentreports-csharp

Extent Reporting Library, .NET
http://extentreports.com
Apache License 2.0
49 stars 40 forks source link

Using BDD the exceptions tab relates back to the step, not the scenario #197

Closed emerson-b closed 7 months ago

emerson-b commented 8 months ago

When failing a BDD test using the exception, the error is added to the exceptions tab as expected. However the exception itself only relates back to the step that threw the error, rather than the testname or scenario node as suggested by the table: image

image

I'd anticipate this to be able to be linked back to the Scenario node when multiple child nodes exist.