summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-20 18:27:50 +0000
committerEvan Read <eread@gitlab.com>2019-05-20 18:27:50 +0000
commitfa42020f148dc4be1d3dbcfeec0d5567e237add9 (patch)
treede5a0878e5078c692f76c90a917d95bd9aa83118
parent673389086b17ae12ab160d11bbcdd5f571b30414 (diff)
parentc68d77117ad7636c6c61e0f708ca4ddd421c7bdf (diff)
downloadgitlab-ce-fa42020f148dc4be1d3dbcfeec0d5567e237add9.tar.gz
Merge branch 'docs/junit-mention-mr' into 'master'
Link to JUnit test reports from the MR index page Closes #59240 See merge request gitlab-org/gitlab-ce!28341
-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..723195224d0 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,