0

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.

1
  • You can use Allure reports and customize them with the content of the error message using the Allure label method. For Eg: the error messages containing 'TimeoutException' and 'NoSuchElementException' can be categorized as Selenium Exception and any other relevant errors like 'Connection refused' should be categorized as Environment Issue Commented Feb 23 at 8:47

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.