diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-11 12:10:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-11 12:10:28 +0000 |
commit | e3190840bc2e05ed04a49869978a54b7b518edf1 (patch) | |
tree | 5424582e3fa6c48c6ac8ebb029969e6ac277487c /doc/ci/junit_test_reports.md | |
parent | c7ba7b997608a103a0a9165b2e5cef9530c4ef53 (diff) | |
download | gitlab-ce-e3190840bc2e05ed04a49869978a54b7b518edf1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/junit_test_reports.md')
-rw-r--r-- | doc/ci/junit_test_reports.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/junit_test_reports.md b/doc/ci/junit_test_reports.md index 4c95fbaebc2..a77044e849d 100644 --- a/doc/ci/junit_test_reports.md +++ b/doc/ci/junit_test_reports.md @@ -237,6 +237,8 @@ You can view all the known test suites and click on each of these to see further details, including the cases that makeup the suite. Cases are ordered by status, with failed showing at the top, skipped next and successful cases last. +You can also retrieve the reports via the [GitLab API](../api/pipelines.md#get-a-pipelines-test-report). + ### Enabling the feature This feature comes with the `:junit_pipeline_view` feature flag disabled by default. This |