mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
test: playwright e2e setup with onboarding, navigation and receive specs
This commit is contained in:
+13
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user