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:
@@ -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/**']
|
||||
|
||||
Reference in New Issue
Block a user