test: update playwright to v1.19.2

This commit is contained in:
Anton B 2022-06-07 14:52:54 -03:00
parent c489303672
commit ed757cee34
2 changed files with 58 additions and 4419 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,13 +3,14 @@
"test": "npx playwright test",
"test:filter": "npx playwright test -g",
"test:headed": "npx playwright test --headed",
"test:debug": "npx playwright test --debug -g"
"test:debug": "npx playwright test --debug -g",
"test-ci": "export CI='true' && npx playwright test --project=chromium --grep @ci"
},
"devDependencies": {
"@playwright/test": "^1.18.1",
"dependencies": {
"@playwright/test": "^1.19.2",
"playwright": "^1.19.2",
"axios": "^0.26.1",
"dotenv": "^16.0.0",
"playwright": "^1.18.1",
"sha1": "^1.1.1"
}
}
}