15 lines
432 B
JSON
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"
|
|
}
|
|
}
|