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:
authorJon Glassman <jglassman@gitlab.com>2023-02-20 16:40:07 +0300
committerAshraf Khamis <akhamis@gitlab.com>2023-02-20 16:40:07 +0300
commit3c0a197a04507f89da4032ccfeaa3fe6931ae191 (patch)
tree4c3d36a16a47c7a857b680542632dcc6532af0cc
parentc2f6d688523bf5331921578b30556aaf75c3c9d9 (diff)
Add missing end to end testing pages to Nav
-rw-r--r--content/_data/navigation.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 943aa3ce..2882228c 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2758,6 +2758,16 @@ sections:
doc_url: 'ee/development/testing_guide/end_to_end/page_objects.html'
- doc_title: Resource class in GitLab QA
doc_url: 'ee/development/testing_guide/end_to_end/resources.html'
+ - doc_title: Migrate Capybara to Chemlab
+ doc_url: 'ee/development/testing_guide/end_to_end/capybara_to_chemlab_migration_guide.html'
+ - doc_title: Execution context selection
+ doc_url: 'ee/development/testing_guide/end_to_end/execution_context_selection.html'
+ - doc_title: e2e:package-and-test
+ doc_url: 'ee/development/testing_guide/end_to_end/package_and_test_pipeline.html'
+ - doc_title: Running tests that require special setup
+ doc_url: 'ee/development/testing_guide/end_to_end/running_tests_that_require_special_setup.html'
+ - doc_title: RSpec metadata for end-to-end tests
+ doc_url: 'ee/development/testing_guide/end_to_end/rspec_metadata_tests.html'
- doc_title: Style guide for writing end-to-end tests
doc_url: 'ee/development/testing_guide/end_to_end/style_guide.html'
- doc_title: Testing with feature flags