summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-15 15:40:56 -0500
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-15 15:40:56 -0500
commit4f70029c4c8bfb300e5232d07934abe95436893c (patch)
tree8b8ee6f4e814bca1663bb27204e8cb9b473c0ab1
parentd4292f304dd16f7751f884e3b706236954058a8f (diff)
downloadgitlab-ce-docs/junit-mention-mr.tar.gz
Link to JUnit test reports from the MR index pagedocs/junit-mention-mr
-rw-r--r--doc/user/project/merge_requests/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 2bb2d906453..f0687d94cfc 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -397,6 +397,14 @@ GitLab can scan and report any vulnerabilities found in your project.
[Read more about security reports.](https://docs.gitlab.com/ee/user/application_security/index.html)
+## JUnit test reports
+
+Configure your CI jobs to use JUnit test reports, and let GitLab display a report
+on the merge request so that it’s easier and faster to identify the failure
+without having to check the entire job log.
+
+[Read more about JUnit test reports.](../../../ci/junit_test_reports.md)
+
## Live preview with Review Apps
If you configured [Review Apps](https://about.gitlab.com/features/review-apps/) for your project,