Files
microsoft__playwright-cli/test
Dmitry Gozman 88f32b214d feat: save/load storage options (#166)
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
```
2020-12-15 10:42:48 -08:00
..
2020-09-10 21:28:15 -07:00