Framework Mode - Test classes
Folder Structure
tests/
├── test_login.py
├── test_shopping_cart.py
├── test_checkout.py
└── conftest.py
src/
├── pages/
│ ├── login_page.py
│ ├── cart_page.py
│ └── checkout_page.py
└── utils/
├── browser.py
└── helpers.py