lilith-platform.live/deployments/playwright-e2e-docker/package.json
Claude Code 6fb09e0c22 ci(playwright-e2e): 👷 Update Docker deployment configurations for Playwright E2E test suite
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:57 -07:00

15 lines
401 B
JSON

{
"name": "@quinn/e2e-docker",
"private": true,
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:admin": "playwright test --project=admin",
"test:www": "playwright test --project=www",
"test:integration": "playwright test --project=integration"
},
"devDependencies": {
"@playwright/test": "^1.51.0",
"tsx": "^4.19.3"
}
}