Unable to save allure report screeshots using TestNG
I am attempting to use Allure reporting for my Selenium Webdriver + TestNG + Maven project. I used AllureListener class as specified in Allure documentation and in example . However I am unable to get screenshots correctly attached to report. Here are my observations: I am able to see only *.xml files generated in target/allure-results , not the screenshot files. I see that images are temporarily stored in /temp folder and then get deleted by the time the test execution report is generated. That means the screenshot images are stored in wrong location I suppose. My requirement: I am expecting