extentreports-csharp
extentreports-csharp copied to clipboard
When I use CreateNode(), the tests numbers same as steps numbers
I create a tests child node by "CreateNode()" method and run a few tests and steps. But on reports ,i found the tests numbers is same as steps numbers. Samples: I run 2 tests and every tests include 10 steps, the reports will view 20 tests and 20 steps.
This is an enhancement for the upcoming version with AnalysisStrategy similar to Java.