First test

This commit is contained in:
2026-02-06 11:53:20 +01:00
parent 064ccddde0
commit 96fe5431c3
5 changed files with 221 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "musiccalendar_automationtest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://codeberg.org/Kankys/musicCalendar_automationTest.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.58.1",
"@types/node": "^25.2.1"
}
}