Add Playwright PR runner and Vitest unit test fast runner scripts; integrate with test commands and update specs/tests for PR-based selection.

This commit is contained in:
Jeppe Bundgaard
2026-05-18 10:59:56 +02:00
parent 656e43d449
commit 5081fe0776
22 changed files with 952 additions and 28 deletions
+4
View File
@@ -223,6 +223,10 @@ export default defineConfig(({ mode }) => {
}
}
},
test: {
setupFiles: [fromProjectRoot('tests', 'unit', 'setup.js')],
isolate: true
},
server: {
watch: {
ignored: ['**/output/playwright/**', '**/node_modules.codex-backup/**']