Skip to content

Commit 49cb1e5

Browse files
committed
README Update
1 parent d6f6469 commit 49cb1e5

2 files changed

Lines changed: 1 addition & 43 deletions

File tree

README.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,7 @@ A professional, enterprise-grade API testing framework built with Python. This f
1111
## 📋 Overview
1212

1313
### Architecture
14-
![Framework Architecture](images/architecture.png)
15-
16-
17-
18-
graph TB
19-
subgraph "Framework Components"
20-
Tests[Test Suites<br/>tests/]
21-
Utils[Utilities<br/>utils/]
22-
Config[Configuration<br/>config/]
23-
Schemas[JSON Schemas<br/>schemas/]
24-
Data[Test Data<br/>data/]
25-
end
26-
27-
subgraph "External Systems"
28-
API[ReqRes API<br/>reqres.in]
29-
CI[GitHub Actions<br/>CI/CD]
30-
Reports[Allure Reports]
31-
end
32-
33-
Tests --> Utils
34-
Utils --> API
35-
Tests --> Config
36-
Tests --> Schemas
37-
Tests --> Data
38-
API --> Utils
39-
Tests --> Reports
40-
CI --> Tests
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
14+
![Framework Architecture](images/p2_framework_architecture.jpg)
5715

5816
This diagram shows how different components of the framework interact with each other.
5917

267 KB
Loading

0 commit comments

Comments
 (0)