Skip to content

Commit 9575266

Browse files
authored
Update README.md
1 parent 265b695 commit 9575266

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)