Files
antigravity f0b4f42cb1
Test and Deploy Website / test-and-deploy (push) Successful in 1m12s
Initial commit with tests and deployment pipeline
2026-06-15 14:00:40 +02:00

15 lines
385 B
JSON

{
"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"
}
}