Framework Mode - Why form handling is common in testing
Folder Structure
my_test_project/ ├── src/ │ ├── pages/ │ │ └── login_page.py │ ├── tests/ │ │ └── test_login_form.py │ ├── utils/ │ │ └── form_helpers.py │ └── config/ │ └── config.yaml ├── reports/ │ └── test_report.html ├── conftest.py └── pytest.ini