Skip to content
Merged
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
8 changes: 8 additions & 0 deletions content/en/tests/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- /continuous_integration/integrate_tests/
- /continuous_integration/tests/
further_reading:
- link: "https://learn.datadoghq.com/courses/getting-started-test-optimization"
tag: "Learning Center"
text: "Getting Started with Test Optimization"
- link: "https://app.datadoghq.com/release-notes?category=Software%20Delivery"
tag: "Release Notes"
text: "Check out the latest Software Delivery releases! (App login required)"
Expand Down Expand Up @@ -40,6 +43,11 @@
tags: ['ci test', 'ci tests', 'test optimization', 'test visibility', 'failed test', 'flaky test', 'supported features']
---

{{< learning-center-callout header="Try Getting Started with Test Optimization in the Learning Center" btn_title="Enroll Now" btn_url="https://learn.datadoghq.com/courses/getting-started-test-optimization">}}

Check warning on line 46 in content/en/tests/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'Now'.

Check notice on line 46 in content/en/tests/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
Learn how to accelerate your CI pipelines by setting up test monitoring, identifying flaky tests and using Test Impact Analysis to run only the tests that matter.

Check notice on line 47 in content/en/tests/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
{{< /learning-center-callout >}}


## Overview

[Test Optimization][1] provides a test-first view into your CI health by displaying important metrics and results from your tests. It can help you investigate performance problems and test failures that are most relevant to your work, focusing on the code you are responsible for, rather than the pipelines which run your tests.
Expand Down
Loading