There was an error while loading. Please reload this page.
1 parent e523bae commit c39e7edCopy full SHA for c39e7ed
Course/lesson-5.md
@@ -9,3 +9,7 @@
9
* Promote to STAGING
10
* Promote to PROD
11
12
+### Show reports in GitLab UI (.gitlab-ci.yml):
13
+* use `artifacts:reports:` - to add reports to the Job
14
+* use `junit: app/junit.xml` - to use xml created by jest library
15
+* use `paths: - app/junit.xml` - additional artifact of reports to **DOWNLOAD**
0 commit comments