rahulmoundekar / pytest-page-object-framework

pytest-page-object-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 98.4%Language:HTML 0.7%Language:PowerShell 0.5%Language:JavaScript 0.2%Language:CSS 0.1%Language:Batchfile 0.0%