Commit 3b7409d9 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-junit-report' into 'master'

Add known issue for Junit report

See merge request gitlab-org/gitlab!36171
parents cbec8861 0849d336
...@@ -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