Learning the Pytest Framework. Using the Page Object.
- Clone project
git clone https://github.com/adam-eden/page_object.git
- Create and activate python virtual environment
- Install depencies
pip install -r requirements.txt
- Download ChromeDriver, geckodriver and add path to system PATH variable
- Run tests (use PyTest documentation)