From d2d0daeff18693b2dde29d7d2127ea821dffe349 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 21:32:32 -0300 Subject: [PATCH] ci(bstein-home): publish frontend junit to build artifacts --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ee5a099..1e22bab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "prebuild": "node scripts/build_media_manifest.mjs", "build": "vite build", "preview": "vite preview", - "test:unit": "JEST_JUNIT_OUTPUT=../build/junit-frontend-unit.xml jest --ci --runInBand --config ../testing/frontend/jest.config.cjs --coverage --coverageReporters=text --coverageReporters=lcov --coverageReporters=json-summary --coverageDirectory=coverage --reporters=default --reporters=jest-junit", + "test:unit": "JEST_JUNIT_OUTPUT_FILE=../build/junit-frontend-unit.xml jest --ci --runInBand --config ../testing/frontend/jest.config.cjs --coverage --coverageReporters=text --coverageReporters=lcov --coverageReporters=json-summary --coverageDirectory=coverage --reporters=default --reporters=jest-junit", "test:component": "playwright test --config ../testing/frontend/playwright-ct.config.mjs", "test:e2e": "playwright test --config ../testing/frontend/playwright.config.mjs", "test": "npm run test:unit && npm run test:component && npm run test:e2e",