chore(e2e): remove old playwright test (wired to vanilla JS)

This commit is contained in:
Edouard Vanbelle
2026-08-09 12:26:13 +02:00
parent 69c57e1e24
commit 11c7f9440e
55 changed files with 5 additions and 1487 deletions
-4
View File
@@ -4,10 +4,6 @@
"description": "",
"main": "index.js",
"scripts": {
"pretest": "bash ../common/spawn-db.sh",
"test": "FORCE_COLOR=true npx playwright test scenarios/01-home-and-login.spec.ts scenarios/02-folder-management.spec.ts",
"posttest": "bash ../common/stop-db.sh",
"test:containers": "OXICLOUD_E2E_CONTAINERS=1 FORCE_COLOR=true npx playwright test -c playwright.containers.config.ts",
"build:spa": "cd ../../frontend && COVERAGE=1 VITE_E2E=1 npm run build",
"test:coverage": "FORCE_COLOR=true npx playwright test -c playwright.coverage.config.ts",
"coverage:report": "node coverage-report.cjs e2e",