File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments