First commit

This commit is contained in:
2024-03-16 11:39:29 +01:00
commit fa6ff8f5d3
12 changed files with 701 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "kemkas-e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.30"
}
}