17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"name": "@companion/e2e",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"test:headed": "playwright test --headed",
|
|
"report": "playwright show-report test-results/companion-web/html"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/playwright-e2e-docker": "^2.0.3",
|
|
"@playwright/test": "^1.50.0",
|
|
"@types/node": "^20.0.0"
|
|
}
|
|
}
|