FieldOps/e2e/package.json

23 lines
648 B
JSON

{
"name": "@repo/e2e",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "playwright test",
"test:auth": "playwright test --config playwright.auth.config.ts",
"test:headed": "playwright test --headed",
"test:ui": "playwright test --ui",
"report": "playwright show-report",
"install-browsers": "playwright install chromium",
"clean": "rimraf node_modules playwright-report test-results .playwright"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@repo/config": "workspace:*",
"@types/node": "^22.10.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
}
}