Fix E2E tests, all passing.
This commit is contained in:
+8
-8
@@ -5,18 +5,18 @@
|
||||
"description": "E2E tests for Paskia using Playwright with Virtual Authenticator",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "bunx playwright test",
|
||||
"test:headed": "bunx playwright test --headed",
|
||||
"test:debug": "bunx playwright test --debug",
|
||||
"test:ui": "bunx playwright test --ui",
|
||||
"test:coverage": "COVERAGE=1 bunx playwright test",
|
||||
"report": "bunx playwright show-report",
|
||||
"install:browsers": "bunx playwright install chromium"
|
||||
"test": "npx playwright test",
|
||||
"test:headed": "npx playwright test --headed",
|
||||
"test:debug": "npx playwright test --debug",
|
||||
"test:ui": "npx playwright test --ui",
|
||||
"test:coverage": "COVERAGE=1 npx playwright test",
|
||||
"report": "npx playwright show-report",
|
||||
"install:browsers": "npx playwright install chromium"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.49.0",
|
||||
"@simplewebauthn/browser": "^13.1.2",
|
||||
"@types/bun": "^1.3.3",
|
||||
"@types/node": "*",
|
||||
"c8": "^10.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user