chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:35:17 +02:00
commit 37eea09bf0
293 changed files with 28412 additions and 0 deletions

23
e2e/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "@perauset/e2e",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "cucumber-js --config tests/cucumber.mjs",
"test:browser": "cucumber-js --config tests/cucumber-browser.mjs",
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@cucumber/cucumber": "^11.0.0",
"@playwright/test": "^1.58.2",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^25",
"@types/pg": "^8",
"better-sqlite3": "^12.11.1",
"pg": "^8.16.0",
"playwright": "^1.58.2",
"tsx": "^4.21.0",
"typescript": "^5.9"
}
}