You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+90-1Lines changed: 90 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ A robust, real-world Playwright automation framework for **K11 Software Solution
30
30
31
31
## 🧪 Automated Test Scenarios
32
32
33
-
The framework covers critical user journeys, advanced flows, component-level tests, and visual regression for K11 Software Solutions, including:
33
+
34
+
The framework covers critical user journeys, advanced flows, component-level tests, E2E test flows, and visual regression for K11 Software Solutions, including:
34
35
35
36
- Home page UI and navigation
36
37
- Forms Lab: form filling, validation, and submission
@@ -41,11 +42,64 @@ The framework covers critical user journeys, advanced flows, component-level tes
41
42
- Advanced hooks, fixtures, and reporting integration
42
43
- Screenshot and video capture for every test and card
43
44
- Documentation and comparison articles for Playwright CT, JS, TS, and Python
45
+
- E2E test flows (UI + API)
44
46
45
47
Each scenario validates real user interactions, UI consistency, business logic, and visual correctness, making the suite suitable for smoke, regression, CI pipelines, and component-level quality assurance.
46
48
47
49
---
48
50
51
+
## 🔗 API Testing
52
+
53
+
The framework supports API testing using Playwright's built-in APIRequestContext. You can:
54
+
- Validate REST endpoints (GET, POST, PUT, DELETE, etc.)
55
+
- Chain API and UI flows
56
+
- Save API responses as JSON artifacts for traceability
npx playwright test tests/api/JSONPlaceholderAPITests.spec.js
98
+
```
99
+
100
+
---
101
+
## 🧪 Automated Test Scenarios
102
+
49
103
50
104
## 🧩 Tech Stack
51
105
@@ -199,3 +253,38 @@ K11 Tech QA Team
199
253
---
200
254
201
255
For questions, contributions, or support, please contact the K11 Tech QA team.
256
+
257
+
258
+
## License
259
+
260
+
MIT
261
+
262
+
263
+
## Author
264
+
265
+
**Kavita Jadhav**
266
+
267
+
Accomplished Full Stack Developer and Test Automation Engineer specializing in modern web application development, robust full stack solutions, and scalable automation frameworks. Expert in Playwright, advanced quality engineering, and driving best practices for high-impact, reliable software delivery.
**k11 Software Solutions** is a leading provider of modern, AI-powered test automation, DevOps, and quality engineering services. We help organizations accelerate digital transformation with robust, scalable, and intelligent automation solutions tailored for SaaS, web, and enterprise platforms.
0 commit comments