Skip to content

Commit c39e7ed

Browse files
20.11 lesson-5.md update
reports in Pipeline
1 parent e523bae commit c39e7ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Course/lesson-5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
* Promote to STAGING
1010
* Promote to PROD
1111

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

Comments
 (0)