annotate context type, defaultTimeout 30s -> 10s

This commit is contained in:
Ralf Vogler 2021-12-28 18:26:27 +01:00
parent 567365e46c
commit 83a4b064bd
2 changed files with 5 additions and 2 deletions

View file

@ -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",