mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
88f32b214d
feat: save/load storage options User can save the storage, and then load the storage in the next script. ```sh npx playwright-cli --save-storage=storage.json open www.needs-login.com npx playwright-cli --load-storage=storage.json codegen www.needs-login.com ```