Open natalliabarouka opened 4 years ago
Hi, this functionality is quite essential: in the older versions of ExtentHtmlReporter the functionality is present, so the user is able to filter the logs by status. @anshooarora : is there any plan to implement this feature?
Asking in 2022 if this feature is expected to be released at any point? Seems to be something that was part of the 3.x.x releases but slowly degraded and was eventually dropped all together.
The last most stable version of this feature seems to be https://mvnrepository.com/artifact/com.relevantcodes/extentreports/2.41.2
Is it possible using existing functionality to filter tests/methods in the right tab by status or maybe it is possible to add it? Let me explain our use case. We have a setting with suites-tests-methods, with many checks in tests sometimes (amount of tests in one scenario might be above ~600, each test has ~3 test methods inside). As far as all of them are expanded in the right tab of ExtentSparkReporter - it makes it not easy to find failed ones while scrolling. Besides without separate tool it's hard even to say how many tests/methods failed in this particular suite - so how many should be found. Sorting by filter is great to sort suites, but not too helpful further... Any guidance is appreciated.