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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2023-01-20 06:20:20 +0300
committerEvan Read <eread@gitlab.com>2023-01-20 06:20:20 +0300
commit141face24bfa95c7566ee50ede9bb9086aa610be (patch)
tree16801bf0e27806b6d89a92c2852d025e433b183b
parentf44e552801fe0af6ccba9c11a9ee5280ffb98e53 (diff)
Add new testing developer page to global naveread/add-new-testing-developer-page-to-global-nav
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 0abf9329..80cec3fc 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2723,6 +2723,8 @@ sections:
doc_url: 'ee/development/testing_guide/end_to_end/dynamic_element_validation.html'
- doc_title: Flows in GitLab QA
doc_url: 'ee/development/testing_guide/end_to_end/flows.html'
+ - doc_title: Package and test pipeline
+ doc_url: 'ee/development/testing_guide/end_to_end/package_and_test_pipeline.html'
- doc_title: Page objects in GitLab QA
doc_url: 'ee/development/testing_guide/end_to_end/page_objects.html'
- doc_title: Resource class in GitLab QA