Skip to content

Commit 1321f0c

Browse files
author
“Rajat
committed
#30: 📝 Updated README.md file
1 parent 9e03a6c commit 1321f0c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- [Contacts](#contacts)
4141

4242
## 📖 Introduction
43-
This repository contains a **Test Automation Framework** built with **Playwright** and **TypeScript** for testing web applications.
43+
This repository contains a **Test Automation Framework** built with **Playwright** and **TypeScript** for testing **web applications**.
4444

4545

4646
<!-- ## 🎥 Video Tutorial
@@ -76,12 +76,23 @@ Click on the image above to watch the tutorials. -->
7676

7777
## 🚀 Running Tests
7878

79-
- Playwright UI mode:
79+
- **Playwright UI mode:**
8080

8181
```bash
8282
npm run tests:ui-mode
8383
```
84-
- Execution in different browsers:
84+
- **Playwright Debug mode:**
85+
86+
```bash
87+
npm run tests:debug
88+
```
89+
- **Playwright Codegen:**
90+
91+
```bash
92+
npm run playwright:codegen
93+
```
94+
95+
- **Execution in different browsers:**
8596

8697
- [![Chrome](https://img.shields.io/badge/Chrome-4285F4?style=for-the-badge&logo=google-chrome&logoColor=white)](https://www.google.com/chrome/)
8798
[![Edge](https://img.shields.io/badge/Edge-0078D7?style=for-the-badge&logo=microsoft-edge&logoColor=white)](https://www.microsoft.com/edge/)[![Firefox](https://img.shields.io/badge/Firefox-FF7139?style=for-the-badge&logo=firefox&logoColor=white)](https://www.mozilla.org/firefox/)

0 commit comments

Comments
 (0)