ui_migration feature(vitest) Add setup for skipped experimental components

This commit is contained in:
Antonio Anaya 2026-06-09 04:54:49 -06:00 committed by Antonio Anaya
parent 3cc5875fdf
commit 8f20e1211e
6 changed files with 158 additions and 76 deletions

View file

@ -161,18 +161,6 @@ javascript-lint-and-test:
- npm run lint:style
# The test runs only if a test spec file has changed
- npm run test:unit
artifacts:
name: "vitest-coverage-$CI_COMMIT_REF_SLUG"
when: always
expire_in: 1 week
paths:
- webapp/coverage/
reports:
# Tells GitLab where to find the Cobertura file for MR integration
coverage_report:
coverage_format: cobertura
path: webapp/coverage/cobertura-coverage.xml
# Build JS app
build: