ui_migration feature(vitest) Add setup for skipped experimental components
This commit is contained in:
parent
3cc5875fdf
commit
8f20e1211e
6 changed files with 158 additions and 76 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue