- Setup Allure on Windows or Mac OS
- Generate Allure Reports
- Add Screenshots to Allure Reports
- Use @Decorators for Severity Levels
- Share Allure Reports
Sample Report Hosted on the Netlify Cloud Server (for team sharing):
https://62cce846c1746b281caac958--splendorous-belekoy-8c270f.netlify.app/
One on the common challenges, when automating with Selenium, is that I need to depend on third party tools for any reporting related capabilities. No reporting tools or interface provided by Selenium, no such reporting API. But QTP, RFT, TestComplete provide their own reporting tool/section/module with great pass/fail result reports. In Selenium, I need to integrate third party tools, like TestNG, ExtentReport or Allure Plugin.