test(web-tanstack): add Playwright scaffold + skipped home spec

This commit is contained in:
2026-05-05 09:26:19 +02:00
parent 106e5c2737
commit a7b9890db5
5 changed files with 42 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"build": "echo 'placeholder — TanStack Start build configured in later plan'",
"dev": "echo 'placeholder'",
"lint": "eslint .",
"test:e2e": "playwright test",
"typecheck": "tsc --noEmit"
},
"dependencies": {
@@ -22,6 +23,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.0.0",