mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 13:49:36 +01:00
17 lines
482 B
JSON
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"
|
|
}
|
|
}
|