15 lines
325 B
JSON
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"
|
|
}
|
|
}
|