2026-05-04 15:28:44 +02:00
|
|
|
{
|
|
|
|
|
"name": "e2e",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2026-05-11 00:50:39 +02:00
|
|
|
"pretest": "bash ../common/spawn-db.sh",
|
2026-05-26 02:34:07 +02:00
|
|
|
"test": "FORCE_COLOR=true npx playwright test scenarios/01-home-and-login.spec.ts scenarios/02-folder-management.spec.ts",
|
2026-05-11 00:50:39 +02:00
|
|
|
"posttest": "bash ../common/stop-db.sh"
|
2026-05-04 15:28:44 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"type": "commonjs",
|
|
|
|
|
"devDependencies": {
|
2026-05-27 11:49:21 +02:00
|
|
|
"@playwright/test": "^1.60.0",
|
2026-05-04 15:28:44 +02:00
|
|
|
"@types/node": "^25.6.0"
|
|
|
|
|
}
|
|
|
|
|
}
|