Abgabe Max Kupper

This commit is contained in:
2025-12-05 09:15:21 +01:00
parent 00bcb5afec
commit 73e13e91db
24 changed files with 65133 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"name": "my-electron-app",
"version": "1.0.0",
"description": "Playwright test in electron",
"license": "MIT",
"author": "",
"type": "commonjs",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd renderer && npm run build && cd .."
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"electron": "^39.2.4"
}
}