Skip to content

Commit 97474a3

Browse files
committed
README
1 parent a94849a commit 97474a3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

e2e-playwright/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 🧪 kafbat-e2e-playwright
2+
End-to-End UI test automation using **Playwright**, **Cucumber.js**, and **TypeScript**.
3+
---
4+
5+
## Prerequisites
6+
7+
- **Node.js** >= 18
8+
- **npm** or **yarn**
9+
- Install dependencies and Playwright browsers:
10+
11+
```bash
12+
npm install
13+
npx playwright install
14+
15+
🚀 How to Run
16+
17+
🔹 Normal Test Run
18+
npm test
19+
20+
🔹 Debug Mode (with Playwright Inspector)
21+
npm run debug
22+
23+
🔹 Rerun Failed Tests
24+
npm run test:failed

0 commit comments

Comments
 (0)