test: playwright e2e setup with onboarding, navigation and receive specs

This commit is contained in:
2026-08-19 21:36:48 +02:00
parent 1839700215
commit 05fc40263b
12 changed files with 342 additions and 1 deletions
+13 -1
View File
@@ -6,5 +6,17 @@
// these two extended flags. Keep them off so the core stays untouched.
"exactOptionalPropertyTypes": false,
"noUncheckedIndexedAccess": false
}
},
// restates the inherited .quasar excludes (a local "exclude" replaces
// rather than merges) and adds e2e - the Playwright suite has its own
// tsconfig (e2e/tsconfig.json)
"exclude": [
"dist",
"node_modules",
"src-capacitor",
"src-cordova",
"quasar.config.*.temporary.compiled*",
"src-pwa/sw",
"e2e"
]
}