Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/testing_guide/index.md')
-rw-r--r--doc/development/testing_guide/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/testing_guide/index.md b/doc/development/testing_guide/index.md
index 5008564de01..38fda1bb742 100644
--- a/doc/development/testing_guide/index.md
+++ b/doc/development/testing_guide/index.md
@@ -79,4 +79,8 @@ Everything you should know about how to test migrations.
Introduction to contract testing, how to run the tests, and how to write them.
+## [Test results tracking](test_results_tracking.md)
+
+How we track our test suite run results.
+
[Return to Development documentation](../index.md)