14 lines
325 B
JSON
14 lines
325 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/platform-dev-e2e",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "E2E tests for Platform Dev frontend",
|
||
|
|
"scripts": {
|
||
|
|
"test": "playwright test",
|
||
|
|
"test:docker": "playwright test --config=playwright.docker.config.ts"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@playwright/test": "^1.57.0"
|
||
|
|
}
|
||
|
|
}
|