Is your feature request related to a problem? Please describe.
- Unfortunately I don't like gauge's own html report, because I have more then 5000+ test and it couldn't be big picture about test result.
- So I generate allure result from xml-report/result.xml.
- But there is no information about screenshot path of failed test case on result.xl.
- So screenshot could't be included on allure result report which generated from xml-report/result.xml.
Describe the solution you'd like
- Failed screenshot information should be added to reports/xml-report/result.xml
Describe alternatives you've considered
- It would be better if you add failed test result as categorized.
Before going through all the specs detail on html report, I want to see how many tests got 500 error and how many test failed in case of assertion issue
Additional context
- Could you inform me if there is any other way to create allure-result other then result.xml