annotate context type, defaultTimeout 30s -> 10s
This commit is contained in:
parent
567365e46c
commit
83a4b064bd
2 changed files with 5 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"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",
|
||||
"test": "npx playwright test --timeout 10000",
|
||||
"debug": "npx playwright test --debug",
|
||||
"stealth": "node main.stealth"
|
||||
"start": "node main.stealth"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.17.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue