Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-6238 Add Test Visibility and Intelligent Test Runner Documentation #20944

Merged
merged 6 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
283 changes: 155 additions & 128 deletions config/_default/menus/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2375,212 +2375,239 @@ main:
identifier: ci
parent: software_delivery_heading
weight: 150000
- name: Test Visibility
url: continuous_integration/tests/
parent: ci
identifier: ci_tests
weight: 1
- name: Setup
url: continuous_integration/tests/setup/
parent: ci_tests
identifier: ci_tests_setup
weight: 101
- name: .NET
url: continuous_integration/tests/setup/dotnet/
parent: ci_tests_setup
identifier: ci_tests_setup_dotnet
weight: 101
- name: Java
url: continuous_integration/tests/setup/java/
parent: ci_tests_setup
identifier: ci_tests_setup_java
weight: 102
- name: JavaScript and TypeScript
url: continuous_integration/tests/setup/javascript/
parent: ci_tests_setup
identifier: ci_tests_setup_javascript
weight: 103
- name: Python
url: continuous_integration/tests/setup/python/
parent: ci_tests_setup
identifier: ci_tests_setup_python
weight: 104
- name: Ruby
url: continuous_integration/tests/setup/ruby/
parent: ci_tests_setup
identifier: ci_tests_setup_ruby
weight: 105
- name: Swift
url: continuous_integration/tests/setup/swift/
parent: ci_tests_setup
identifier: ci_tests_setup_swift
weight: 106
- name: JUnit Report Uploads
url: continuous_integration/tests/setup/junit_xml/
parent: ci_tests_setup
identifier: ci_tests_setup_junit_xml
weight: 107
- name: Tests in Containers
url: continuous_integration/tests/containers/
parent: ci_tests
identifier: ci_tests_containers
weight: 103
- name: Developer Workflows
url: continuous_integration/tests/developer_workflows
parent: ci_tests
identifier: ci_tests_developer_workflows
weight: 104
- name: Code Coverage
url: continuous_integration/tests/code_coverage
parent: ci_tests
identifier: ci_tests_code_coverage
weight: 105
- name: Instrument Browser Tests with RUM
url: continuous_integration/tests/browser_tests
parent: ci_tests
identifier: ci_tests_browser_tests
weight: 106
- name: Instrument Swift Tests with RUM
url: continuous_integration/tests/swift_tests
parent: ci_tests
identifier: ci_tests_swift_tests
weight: 107
- name: Intelligent Test Runner
url: continuous_integration/intelligent_test_runner/
parent: ci
identifier: ci_intelligent_test_runner
weight: 2
- name: Setup
url: continuous_integration/intelligent_test_runner/setup/
parent: ci_intelligent_test_runner
identifier: ci_intelligent_test_runner_setup
weight: 201
- name: .NET
url: continuous_integration/intelligent_test_runner/setup/dotnet/
parent: ci_intelligent_test_runner_setup
identifier: ci_itr_dotnet
weight: 201
- name: Java
url: continuous_integration/intelligent_test_runner/setup/java/
parent: ci_intelligent_test_runner_setup
identifier: ci_itr_java
weight: 202
- name: JavaScript and TypeScript
url: continuous_integration/intelligent_test_runner/setup/javascript/
parent: ci_intelligent_test_runner_setup
identifier: ci_itr_javascript
weight: 203
- name: Python
url: continuous_integration/intelligent_test_runner/setup/python/
parent: ci_intelligent_test_runner_setup
identifier: ci_itr_python
weight: 204
- name: Swift
url: continuous_integration/intelligent_test_runner/setup/swift/
parent: ci_intelligent_test_runner_setup
identifier: ci_itr_swift
weight: 205
- name: Pipeline Visibility
url: continuous_integration/pipelines/
parent: ci
identifier: pipeline_visibility
weight: 3
weight: 1
- name: AWS CodePipeline
url: continuous_integration/pipelines/awscodepipeline/
parent: pipeline_visibility
identifier: ci_awscodepipeline
weight: 301
weight: 101
- name: Azure
url: continuous_integration/pipelines/azure/
parent: pipeline_visibility
identifier: ci_azure
weight: 302
weight: 102
- name: Buildkite
url: continuous_integration/pipelines/buildkite/
parent: pipeline_visibility
identifier: ci_buildkite
weight: 303
weight: 103
- name: CircleCI
url: continuous_integration/pipelines/circleci/
parent: pipeline_visibility
identifier: ci_circleci
weight: 304
weight: 104
- name: Codefresh
url: continuous_integration/pipelines/codefresh/
parent: pipeline_visibility
identifier: ci_codefresh
weight: 305
weight: 105
- name: GitHub Actions
url: continuous_integration/pipelines/github/
parent: pipeline_visibility
identifier: ci_github
weight: 306
weight: 106
- name: GitLab
url: continuous_integration/pipelines/gitlab/
parent: pipeline_visibility
identifier: ci_gitlab
weight: 307
weight: 107
- name: Jenkins
url: continuous_integration/pipelines/jenkins/
parent: pipeline_visibility
identifier: ci_jenkins
weight: 308
weight: 108
- name: TeamCity
url: continuous_integration/pipelines/teamcity/
parent: pipeline_visibility
identifier: ci_teamcity
weight: 309
weight: 109
- name: Custom Commands
url: continuous_integration/pipelines/custom_commands/
parent: pipeline_visibility
identifier: ci_custom_commands
weight: 310
weight: 110
- name: Custom Tags and Metrics
url: continuous_integration/pipelines/custom_tags_and_metrics/
parent: pipeline_visibility
identifier: ci_custom_tags_and_metrics
weight: 311
weight: 111
- name: Search and Manage
url: continuous_integration/search/
parent: ci
identifier: ci_search
weight: 4
weight: 2
- name: Explorer
url: continuous_integration/explorer/
url: continuous_integration/explorer
parent: ci
identifier: ci_explorer
weight: 5
weight: 3
- name: Search Syntax
url: continuous_integration/explorer/search_syntax/
parent: ci_explorer
identifier: ci_explorer_search_syntax
weight: 501
weight: 301
- name: Facets
url: continuous_integration/explorer/facets/
parent: ci_explorer
identifier: ci_explorer_facets
weight: 502
weight: 302
- name: Saved Views
url: continuous_integration/explorer/saved_views/
parent: ci_explorer
identifier: ci_explorer_saved_views
weight: 502
weight: 302
- name: Guides
url: continuous_integration/guides/
parent: ci
identifier: ci_guides
weight: 6
weight: 4
- name: Troubleshooting
url: continuous_integration/troubleshooting/
parent: ci
identifier: ci_troubleshooting
weight: 5
- name: Test Visibility
url: tests/
pre: ci
parent: software_delivery_heading
identifier: tests
weight: 160000
- name: Setup
url: tests/setup/
parent: tests
identifier: tests_setup
weight: 1
- name: .NET
url: tests/setup/dotnet/
parent: tests_setup
identifier: tests_setup_dotnet
weight: 101
- name: Java
url: tests/setup/java/
parent: tests_setup
identifier: tests_setup_java
weight: 102
- name: JavaScript and TypeScript
url: tests/setup/javascript/
parent: tests_setup
identifier: tests_setup_javascript
weight: 103
- name: Python
url: tests/setup/python/
parent: tests_setup
identifier: tests_setup_python
weight: 104
- name: Ruby
url: tests/setup/ruby/
parent: tests_setup
identifier: tests_setup_ruby
weight: 105
- name: Swift
url: tests/setup/swift/
parent: tests_setup
identifier: tests_setup_swift
weight: 106
- name: JUnit Report Uploads
url: tests/setup/junit_xml/
parent: tests_setup
identifier: tests_setup_junit_xml
weight: 107
- name: Tests in Containers
url: tests/containers/
parent: tests
identifier: tests_containers
weight: 2
- name: Search and Manage
url: tests/search/
parent: tests
identifier: tests_search
weight: 3
- name: Explorer
url: continuous_integration/explorer
parent: tests
identifier: tests_explorer
weight: 4
- name: Developer Workflows
url: tests/developer_workflows
parent: tests
identifier: tests_developer_workflows
weight: 5
- name: Code Coverage
url: tests/code_coverage
parent: tests
identifier: tests_code_coverage
weight: 6
- name: Instrument Browser Tests with RUM
url: tests/browser_tests
parent: tests
identifier: tests_browser_tests
weight: 7
- name: Instrument Swift Tests with RUM
url: tests/swift_tests
parent: tests
identifier: tests_swift_tests
weight: 8
- name: Guides
url: tests/guides/
parent: tests
identifier: tests_guides
weight: 9
- name: Troubleshooting
url: tests/troubleshooting/
parent: tests
identifier: tests_troubleshooting
weight: 10
- name: Intelligent Test Runner
url: intelligent_test_runner/
pre: ci
parent: software_delivery_heading
identifier: intelligent_test_runner
weight: 170000
- name: Setup
url: intelligent_test_runner/setup/
parent: intelligent_test_runner
identifier: intelligent_test_runner_setup
weight: 1
- name: .NET
url: intelligent_test_runner/setup/dotnet/
parent: intelligent_test_runner_setup
identifier: intelligent_test_runner_setup_dotnet
weight: 101
- name: Java
url: intelligent_test_runner/setup/java/
parent: intelligent_test_runner_setup
identifier: intelligent_test_runner_setup_java
weight: 202
- name: JavaScript and TypeScript
url: intelligent_test_runner/setup/javascript/
parent: intelligent_test_runner_setup
identifier: intelligent_test_runner_setup_javascript
weight: 103
- name: Python
url: intelligent_test_runner/setup/python/
parent: intelligent_test_runner_setup
identifier: intelligent_test_runner_setup_python
weight: 104
- name: Swift
url: intelligent_test_runner/setup/swift/
parent: intelligent_test_runner_setup
identifier: intelligent_test_runner_setup_swift
weight: 105
- name: Troubleshooting
url: intelligent_test_runner/troubleshooting/
parent: intelligent_test_runner
identifier: intelligent_test_runner_troubleshooting
weight: 2
- name: CD Visibility
url: continuous_delivery/
pre: ci
identifier: cd
parent: software_delivery_heading
weight: 160000
weight: 180000
- name: Deployment Visibility
url: continuous_delivery/deployments
identifier: cd_deployments
Expand Down Expand Up @@ -2621,13 +2648,13 @@ main:
pre: ci
parent: software_delivery_heading
identifier: dora_metrics
weight: 170000
weight: 190000
- name: Static Analysis
url: static_analysis/
pre: ci
parent: software_delivery_heading
identifier: static_analysis
weight: 180000
weight: 200000
- name: Rules
url: static_analysis/rules
parent: static_analysis
Expand All @@ -2648,7 +2675,7 @@ main:
pre: ci
parent: software_delivery_heading
identifier: quality_gates
weight: 190000
weight: 210000
- name: Database Monitoring
url: database_monitoring/
pre: database-2
Expand Down
Loading
Loading