{ "name": "@effigenix/e2e", "version": "0.1.0", "private": true, "description": "Playwright E2E-Tests für Effigenix ERP (Web UI + API)", "scripts": { "test": "playwright test", "test:api": "playwright test --project=api", "test:web": "playwright test --project=web-chromium", "report": "playwright show-report playwright-report" }, "devDependencies": { "@playwright/test": "^1.51.0", "@types/node": "^20.0.0", "tsx": "^4.19.0", "typescript": "^5.4.0" } }