Back to Library
Advanced
Storage State Reuse
Prompt
Generate Playwright test that loads pre-authenticated storage state and skips login.
Example Code
test.use({storageState:'auth.json'});Quick Actions
PRO TIP
Paste this prompt as a comment in your .spec.ts file and let Copilot generate the test.