add script npm run codegen

This commit is contained in:
Ralf Vogler 2021-12-27 23:53:43 +01:00
parent e5ce7916ab
commit c1393e95be

View file

@ -1,6 +1,7 @@
{
"scripts": {
"login": "npx playwright open --save-storage=auth.json https://www.epicgames.com/login",
"codegen": "npx playwright codegen --load-storage=auth.json https://www.epicgames.com/store/en-US/free-games",
"start": "npx playwright test --timeout 10000",
"debug": "npx playwright test --debug"
},