Framework Mode - Request methods and status codes
Folder Structure
api-testing-framework/ ├── tests/ │ ├── test_get_requests.py │ ├── test_post_requests.py │ ├── test_put_requests.py │ ├── test_delete_requests.py │ ├── test_patch_requests.py │ └── test_status_codes.py ├── utils/ │ ├── api_client.py │ └── helpers.py ├── config/ │ ├── environments.yaml │ └── credentials.yaml ├── reports/ │ └── latest_report.html ├── conftest.py └── pytest.ini