Files
Oxicloud/tests/e2e/package.json
T

20 lines
518 B
JSON
Raw Normal View History

{
"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",
"test": "npx playwright test --reporter=line,github --trace=on-first-retry 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"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/node": "^25.6.0"
}
}