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:26, 10 June 2024
, 10 June→API Authentication
Line 1,411: | Line 1,411: | ||
* I do like how this now removes a lot of boiler code from test cases. | * I do like how this now removes a lot of boiler code from test cases. | ||
* 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> | ||
== Next == |