lilith-platform.live/codebase/@features/landing/e2e/package.json

12 lines
206 B
JSON
Raw Permalink Normal View History

{
"name": "@lilith/landing-e2e",
"private": true,
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.57.0"
}
}