extent-framework / extentreports-java

Extent Reporting Library, Java
http://extentreports.com
Apache License 2.0
220 stars 126 forks source link

Tags are shown in random order on dashboard #438

Open pratik2rock opened 1 month ago

pratik2rock commented 1 month ago

The order of Tags shown on dashboard is not same as order in which tests are run and tags are assigned.

e.g. I have 4 test classes as Class1,Class2,Class3,Class4

Categories assigned in each class are Class1 - Category1 Class2 - Category2 Class3 - Category3 Class4 - Category4

When these categories are shown on dashboard under section Tags, they are not shown in same order as tests run i.e. from Class1 to Class4, instead the categories are shown in random order on dashboard.