platform-codebase/features/platform-admin/frontend-admin/e2e/package.json

13 lines
329 B
JSON
Executable file

{
"name": "@lilith/platform-admin-e2e",
"version": "1.0.0",
"private": true,
"description": "E2E tests for Platform Admin frontend",
"scripts": {
"test": "playwright test",
"test:docker": "playwright test --config=playwright.docker.config.ts"
},
"devDependencies": {
"@playwright/test": "^1.49.0"
}
}