Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| m (→xx) | |||
| Line 29: | Line 29: | ||
| * Playwright extn for VS Code => installed | * Playwright extn for VS Code => installed | ||
| ==  | == Clone Test App == | ||
| * From https://github.com/bondar-artem/pw-practice-app | |||
| * Cloned it in VS Code | |||
| * <code>npm install --force</code> | |||
| : --force needed to accept various warnings | |||
| * <code>npm start</code> | |||
| * <code>http://localhost:4200/</code> | |||
| == Javascript Fundamentals == | |||
Revision as of 02:55, 20 May 2024
Link to Udemy Udemy Playwright: Web Automation Testing From Zero to Hero
Playwright vs Cypress
| Playwright Pros. | Cypress Pros. | 
|---|---|
| 
 | 
 | 
Development Environment Configuration
- node.js => updated => done
- Git => updated => done
- VS Code => updated => done
- Playwright extn for VS Code => installed
Clone Test App
- From https://github.com/bondar-artem/pw-practice-app
- Cloned it in VS Code
- npm install --force
- --force needed to accept various warnings
- npm start
- http://localhost:4200/