Skip to content

lana-20/Allure_Report_Selenium_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Allure Reports in Selenium with Python and PyTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages