3 Commits

Author SHA1 Message Date
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
Joel Einbinder 92c2cfd959 chore(lint): add eslint (#164) 2020-12-14 09:24:14 -08:00
Darío Kondratiuk c477580068 feat(codegen): introduce C# codegen (#131) 2020-11-10 16:22:50 -08:00