File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ allure serve allure-results
4545
4646```
4747.
48- ├── api_client/ # HTTP-клиент с retry, логированием, таймаутами
49- │ ├── base.py # BaseApiClient
50- │ ├── clients.py # Эндпоинты: GuapApiClient
51- │ └── schemas.py # Валидация схем ответов
52- ├── api_tests/ # API-тесты
53- │ ├── conftest.py # Фикстуры: api_client, http_session
48+ ├── api_client/ # HTTP-клиент с retry, логированием, таймаутами
49+ │ ├── base.py # BaseApiClient
50+ │ ├── clients.py # Эндпоинты: GuapApiClient
51+ │ └── schemas.py # Валидация схем ответов
52+ ├── api_tests/ # API-тесты
53+ │ ├── conftest.py # Фикстуры: api_client, http_session
5454│ └── test_api_clients.py
55- ├── ui_tests/ # UI-тесты (Selenium)
56- │ ├── conftest.py # Фикстуры: driver, page, wait
57- │ ├── pages/ # Page Objects
55+ ├── ui_tests/ # UI-тесты (Selenium)
56+ │ ├── conftest.py # Фикстуры: driver, page, wait
57+ │ ├── pages/ # Page Objects
5858│ │ ├── base_page.py
5959│ │ ├── guap_page.py
6060│ │ └── metro_page.py
You can’t perform that action at this time.
0 commit comments