Skip to content

Advanced Web Automation Framework for building testcases and generating intresting reports with enhance UI framework "Allure" with Python and Pyest.

Notifications You must be signed in to change notification settings

HassanAbbas7357/WebAutomationTestingFramework

Repository files navigation

Web Automation Testing Framework

Advanced Web Automation Framework for building testcases and generating intresting reports with enhance UI framework "Allure" with Python and Pyest.

Authors

Reporting

image

image

image

Usage/Examples

Use this command to install the required packages

pip3 install -r requirements.txt

Use this command to run your testcases

pytest Tests --alluredir=reports --screenshot=on --browser CHROME  -v -s --headless 0  
pytest Tests --alluredir=reports --screenshot=on --browser FIREFOX  -v -s --headless 1  
pytest Tests --alluredir=reports --screenshot=on --browser SAFARI  -v -s --headless 0  

Use this command to generate and preview the Allure report

allure serve reports/

License

Open Source Project

Tech Stack

Technologies: Python, Pytest , Selenium

Reporting: Allure Framework

About

Advanced Web Automation Framework for building testcases and generating intresting reports with enhance UI framework "Allure" with Python and Pyest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published