Front End Test Automation Framework with Pytest
Installation and running instructions:
1. To install the framework on your local machine:
- clone the repo from GitHub to your local machine
- run setup.sh file in your local repo directory:
./setup.sh
2. To run tests
- to run all the tests in the repo run test.sh file:
./test.sh
- to run only tests for a specific feature add a test mark to the run command, e.g.:
./test.sh home_page
- by default tests are running in headless browser mode; if you want to actually see the browser window, open
resources/test_data/data.yaml
file and changeweb_driver_settings.headless
toFalse