Initial commit with tests and deployment pipeline
Test and Deploy Website / test-and-deploy (push) Successful in 1m12s

This commit is contained in:
2026-06-15 14:00:18 +02:00
commit f0b4f42cb1
11 changed files with 613 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "robert-mueller-homepage",
"version": "1.0.0",
"description": "Personal Homepage for Robert Müller",
"main": "index.js",
"scripts": {
"test:unit": "node --test tests/unit.test.js",
"test:integration": "node --test tests/integration.test.js",
"test:e2e": "playwright test --workers=1"
},
"devDependencies": {
"@playwright/test": "^1.44.0"
}
}