Initial commit with tests and deployment pipeline
Test and Deploy Website / test-and-deploy (push) Successful in 1m12s
Test and Deploy Website / test-and-deploy (push) Successful in 1m12s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user