Remove non-browser e2e test infrastructure
- Delete .github/workflows/e2e.yaml - Delete playwright.config.ts - Delete e2e/ directory (auth.setup.ts, tns-csi.spec.ts) - Delete scripts/deploy-e2e-headlamp.sh and teardown-e2e-headlamp.sh - Remove e2e script from package.json - Remove @playwright/test devDependency Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
2e2713fd3f
commit
f62b1c2703
+2
-4
@@ -23,8 +23,7 @@
|
||||
"format": "prettier --write src/",
|
||||
"format:check": "prettier --check src/",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"e2e": "playwright test"
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
@@ -47,8 +46,7 @@
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^5.3.0",
|
||||
"typescript": "~5.6.2",
|
||||
"vitest": "^3.2.4",
|
||||
"@playwright/test": "^1.59.1"
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"overrides": {
|
||||
"tar": "^7.5.11",
|
||||
|
||||
Reference in New Issue
Block a user