├── driver.py # driver configs ├── page_objects.py # Base class and POM classes ├── requirements.in # file using pip-compile to be compiled to reqirements.txt ├── requirements.txt # pip requirements file ├── test_cases.py # test cases wrapped in one scenario ├── testdata.py # test data and test config classes └── README.md