Commit 0849d336 authored by Sokunrotanak Srey's avatar Sokunrotanak Srey Committed by Marcel Amirault

Add known issue for Junit report

parent f42a3f1b
...@@ -73,6 +73,7 @@ For a list of supported languages on JUnit tests, check the ...@@ -73,6 +73,7 @@ For a list of supported languages on JUnit tests, check the
To enable the JUnit reports in merge requests, you need to add To enable the JUnit reports in merge requests, you need to add
[`artifacts:reports:junit`](pipelines/job_artifacts.md#artifactsreportsjunit) [`artifacts:reports:junit`](pipelines/job_artifacts.md#artifactsreportsjunit)
in `.gitlab-ci.yml`, and specify the path(s) of the generated test reports. in `.gitlab-ci.yml`, and specify the path(s) of the generated test reports.
The reports must be `.xml` files, otherwise [GitLab returns an Error 500](https://gitlab.com/gitlab-org/gitlab/-/issues/216575).
In the following examples, the job in the `test` stage runs and GitLab In the following examples, the job in the `test` stage runs and GitLab
collects the JUnit test report from each job. After each job is executed, the collects the JUnit test report from each job. After each job is executed, the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment