Skip to content

rahulmoundekar/pytest-page-object-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYTEST WITH PAGE OBJECT FRAMEWORK IN PYTHON

  • FOR ALLURE REPORT TO RUN BELOW COMMAND :
    pytest -v -s --alluredir="E:\OnlyForPython\SELENIUM\PYTEST\pytest-page-object-framework\allure_reports" test_case\test_LoginTest.py
    
  • FOR HTML REPORT TO RUN BELOW COMMAND :
    pytest -v -s --html=.\reports\report.html --self-contained-html test_case\test_LoginTest.py
    

About

pytest-page-object-framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages