fix: KabelModulstatus KÜ V 421 und 431

This commit is contained in:
ISA
2025-08-27 09:27:47 +02:00
parent e69934ff51
commit 699ebef7bd
24 changed files with 1040 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
{
"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"
}
}