script from playwright codegen + iframe fix + notes

This commit is contained in:
Ralf Vogler 2021-12-27 21:33:18 +01:00
commit e5ce7916ab
5 changed files with 4035 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"scripts": {
"login": "npx playwright open --save-storage=auth.json https://www.epicgames.com/login",
"start": "npx playwright test --timeout 10000",
"debug": "npx playwright test --debug"
},
"devDependencies": {
"@playwright/test": "^1.17.1"
}
}