From a8dd81f2aca2efe2ffc2277a7539e18c09e644b6 Mon Sep 17 00:00:00 2001 From: Chidubem Ishie Date: Mon, 9 Feb 2026 23:27:45 -0500 Subject: [PATCH] Adding test optimization course link to the test optimization docs page --- content/en/tests/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/tests/_index.md b/content/en/tests/_index.md index 2749a6a24a9..030efe78759 100644 --- a/content/en/tests/_index.md +++ b/content/en/tests/_index.md @@ -6,6 +6,9 @@ aliases: - /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)" @@ -40,6 +43,11 @@ cascade: 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">}} + 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. +{{< /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.