Advanced Web Automation Framework for building testcases and generating intresting reports with enhance UI framework "Allure" with Python and Pyest.
pip3 install -r requirements.txtpytest 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 allure serve reports/Technologies: Python, Pytest , Selenium
Reporting: Allure Framework