How to work with this repo Fork repository in GitHub From forked repository make a copy to your local machine Add POMs on product page and basker page Add more tests Running tests in terminal with flags -s - prints desired output (pytest -s test_file_name) -v - shows test process' percentage (pytest -v test_file_name) -m - allows to run tests with specific marks (pytest -m mark_title test_file_name)