File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,21 +8,21 @@ Python | pytest | Selenium | k6 | Docker
88
99```
1010┌─────────────────────────────────────────────────────────────┐
11- │ Test Layer │
11+ │ Test Layer │
1212│ Тесты → Fixtures → Assertions │
1313└─────────────────────────────────────────────────────────────┘
1414 ↓
1515┌─────────────────────────────────────────────────────────────┐
1616│ Abstraction Layer │
1717│ │
18- │ API: API Client (method) → BaseApiClient → requests │
19- │ UI: Page Object → BasePage → Selenium WebDriver │
18+ │ API: API Client (method) → BaseApiClient → requests │
19+ │ UI: Page Object → BasePage → Selenium WebDriver │
2020│ Data: Factory → DataBuilder → Test Data │
2121└─────────────────────────────────────────────────────────────┘
2222 ↓
2323┌─────────────────────────────────────────────────────────────┐
2424│ Infrastructure │
25- │ Config (.env) | CI/CD (GitHub Actions) | Docker │
25+ │ Config (.env) | CI/CD (GitHub Actions) | Docker │
2626└─────────────────────────────────────────────────────────────┘
2727```
2828
You can’t perform that action at this time.
0 commit comments