M8-R20: enforce warning-free frontend tests
pytest / test (push) Successful in 4m14s
frontend / frontend (push) Successful in 59s

This commit is contained in:
2026-08-28 16:54:15 +02:00
parent 35691e08eb
commit 9e93ca0db4
8 changed files with 158 additions and 140 deletions
+4
View File
@@ -19,6 +19,10 @@ export default defineConfig({
test: {
environment: 'jsdom',
globals: true,
// Keep test output identical in interactive, agent, and CI environments.
// Vitest otherwise selects its minimal agent reporter when CODEX_CI is set,
// which hides console output from passing tests.
reporters: ['default'],
// Mantine-heavy UI tests allocate substantial jsdom resources. Keep the
// worker pool bounded so concurrent CI jobs remain reliable.
maxWorkers: 2,