extentreports-csharp
extentreports-csharp copied to clipboard
Categories are not sorted in any way
Tests are sorted in a way they are created, which is good, they can be even sorted in reversed order in professional version. But test categories are sorted in some weird way, probably according to tests order, I was unable to find out how exactly.
It would be great if there was some way how to sort categories, either to put some parameters for ExtentHtmlReporter.Configuration (sort by name / sort by number of items in a category, sort by the time they are assigned to tests / ... ) or at least to sort them in a way they are assigned to tests.
I've found this in version 2.40.1 for Java: new (#189) Categories will be sorted alphabetically
It has either disappeared or is not present in C# version.
Are you using the community or the pro version?
I'm using the community version, if you say that this feature is in pro version (I didn't find it in the comparison), I'll buy it right away.
C# and Java versions are not identical.
Marking this as an enhancement.