1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 13:49:36 +01:00
effigenix/test-automation/web-ui/package.json
2026-03-27 09:41:35 +01:00

17 lines
482 B
JSON

{
"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",
"typescript": "^5.4.0"
}
}