Skip to content
Snippets Groups Projects
Verified Commit 0c1714b5 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Send test reports to GitLab

parent 9b5f30da
No related branches found
No related tags found
1 merge request!794Send test reports to GitLab
......@@ -20,7 +20,13 @@ before_script:
frontend-test:
stage: test
script:
- npm run test
- npm run test -- --reporter=xunit --reporter-option output=test-report.xml
artifacts:
when: always
reports:
junit:
- test-report.xml
frontend-lint:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment