We've Selenium test automation framework integrated with Cucumber that runs 300+ regression scenarios. We're looking for a feature/enhancement to categorize the failures. For example, if there are 10 scenarios failed due to Environment exception and 20 failed due to selenium exception, these failures should be categorized in a tabular format. Is there a best solution for this ?
As of now, we're thinking of sending cucumber.json file to third party tool or AI tool which might categorize the failures.