Test Automation Project for AutomationExercise.com
pytest -vs --alluredir=allure-reports
allure serve allure-reports
--headless
- run tests without loading the browser's UI.--use_local_driver
- use local driver without downloading it bywebdriver-manager
if added.--driver-path
- path to the driver (external_files/drivers/chromedriver.exe
by default).