platform-codebase/features/profile/e2e/package.json
2026-01-29 22:44:19 -08:00

15 lines
432 B
JSON

{
"name": "profile-e2e-runner",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "E2E test runner for Profile feature",
"scripts": {
"test": "playwright test --config=playwright.docker.config.ts",
"test:headed": "playwright test --config=playwright.docker.config.ts --headed"
},
"devDependencies": {
"@lilith/playwright-e2e-docker": "^2.0.0",
"@playwright/test": "^1.52.0"
}
}