Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 822 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 822 Bytes

Allure Reports in Selenium with Python and PyTest:

  1. Setup Allure on Windows or Mac OS
  2. Generate Allure Reports
  3. Add Screenshots to Allure Reports
  4. Use @Decorators for Severity Levels
  5. 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.