21 lines
611 B
JSON
21 lines
611 B
JSON
{
|
|
"name": "paskia-e2e",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"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",
|
|
"report": "bunx playwright show-report",
|
|
"install:browsers": "bunx playwright install chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0",
|
|
"@simplewebauthn/browser": "^13.1.2",
|
|
"@types/bun": "^1.3.3"
|
|
}
|
|
}
|