Files
CPLv4.0/playwright/tests/michael/package.json
2025-08-27 09:27:47 +02:00

15 lines
325 B
JSON

{
"name": "michael-playwright-tests",
"version": "1.0.0",
"description": "Playwright Tests für Michael (nur Testumgebung, keine App)",
"main": "combined.spec.ts",
"scripts": {
"test": "npx playwright test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.43.0"
}
}