Skip to content

prog420/AutomationExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Automation Project for AutomationExercise.com


Code style: black


1. Local Machine:

Start new test run:
pytest -vs --alluredir=allure-reports
Check allure results:
allure serve allure-reports
CLI Arguments:
  1. --headless - run tests without loading the browser's UI.
  2. --use_local_driver - use local driver without downloading it by webdriver-manager if added.
  3. --driver-path - path to the driver (external_files/drivers/chromedriver.exe by default).

About

Automated UI tests (Python, Pytest, Selenium) for www.automationexercise.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages