script from playwright codegen + iframe fix + notes
This commit is contained in:
commit
e5ce7916ab
5 changed files with 4035 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue