delete all e2e tests (#22501)

This commit is contained in:
Luke Parker 2026-04-15 09:41:53 +10:00 committed by GitHub
parent bee094ff7b
commit ea463e604c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 29 additions and 8881 deletions

View file

@ -19,14 +19,14 @@
"test:unit": "bun test --preload ./happydom.ts ./src",
"test:unit:watch": "bun test --watch --preload ./happydom.ts ./src",
"test:e2e": "playwright test",
"test:e2e:local": "bun script/e2e-local.ts",
"test:e2e:local": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report e2e/playwright-report"
},
"license": "MIT",
"devDependencies": {
"@happy-dom/global-registrator": "20.0.11",
"@playwright/test": "1.57.0",
"@playwright/test": "catalog:",
"@tailwindcss/vite": "catalog:",
"@tsconfig/bun": "1.0.9",
"@types/bun": "catalog:",