companion/@tooling/e2e/package.json
Claude Code 49e7d5d4b7 chore(tooling): 🔧 Update build and linting tooling configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-02 21:44:55 -07:00

16 lines
409 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.2",
"@playwright/test": "^1.50.0"
}
}