Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions
Jump to navigation
Jump to search
Udemy Playwright: Web Automation Testing From Zero to Hero (view source)
Revision as of 04:27, 10 June 2024
, 10 June→Section 3: Playwright Hands-On Overview
m (→Test Retries) |
|||
Line 44: | Line 44: | ||
== Section 3: Playwright Hands-On Overview == | == Section 3: Playwright Hands-On Overview == | ||
* create new folder & <code>npm init playwright@latest</code> | * create new folder & <code>npm init playwright@latest</code> | ||
* install browsers <code>npx playwright install</code> | |||
=== Ways to Run & Debug === | === Ways to Run & Debug === | ||
* CLI Test Executions | * CLI Test Executions |