ci(bstein-home): publish frontend junit to build artifacts
This commit is contained in:
parent
5fd9d3e4b3
commit
d2d0daeff1
@ -8,7 +8,7 @@
|
|||||||
"prebuild": "node scripts/build_media_manifest.mjs",
|
"prebuild": "node scripts/build_media_manifest.mjs",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"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:component": "playwright test --config ../testing/frontend/playwright-ct.config.mjs",
|
||||||
"test:e2e": "playwright test --config ../testing/frontend/playwright.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",
|
"test": "npm run test:unit && npm run test:component && npm run test:e2e",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user