Framework Mode - Parallel execution in CI
Folder Structure
test_project/
├── tests/
│ ├── test_login.py
│ ├── test_checkout.py
│ └── test_profile.py
├── utils/
│ └── helpers.py
├── conftest.py
├── pytest.ini
├── requirements.txt
└── ci/
└── ci_pipeline.yml