platform-codebase/e2e/prod-auth/package.json
2026-01-30 16:10:59 -08:00

22 lines
578 B
JSON

{
"name": "@platform/e2e-prod-auth",
"version": "1.0.0",
"private": true,
"description": "E2E tests for production auth flows",
"type": "module",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui",
"report": "playwright show-report",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@playwright/test": "1.50.0",
"@platform/e2e-auth": "file:./packages/e2e-auth"
},
"devDependencies": {
"typescript": "^5.3.0"
}
}