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 01:30, 10 June 2024
, 10 June 2024→Next
m (→Next)  | 
				|||
| Line 1,412: | Line 1,412: | ||
* I wonder, given that the auth header is now always included via the env variable, is the <code>.auth\user.json</code> still needed? (Might also need removing storageState values from the <code>playwright.config.ts</code>  | * I wonder, given that the auth header is now always included via the env variable, is the <code>.auth\user.json</code> still needed? (Might also need removing storageState values from the <code>playwright.config.ts</code>  | ||
==   | == Section 8: Advanced ==  | ||
=== NPM Scripts and CLI Commands ===  | |||
=== Test Data Generator ===  | |||
=== Test Retries ===  | |||
=== Parallel Execution ===  | |||
=== Screenshots and Videos ===  | |||
=== Environment Variables ===  | |||
=== Configuration File ===  | |||
=== Fixtures ===  | |||
=== Project Setup and Teardown ===  | |||
=== Test Tags ===  | |||
=== Mobile Device Emulator ===  | |||
=== Reporting ===  | |||
=== Visual Testing ===  | |||
=== Playwright with Docker Container ===  | |||
=== Github Actions and Argos CI ===  | |||