diff --git a/content/en/tests/_index.md b/content/en/tests/_index.md index a5cf010ee3218..d5ff06a576853 100644 --- a/content/en/tests/_index.md +++ b/content/en/tests/_index.md @@ -69,8 +69,8 @@ In addition to tests, Test Visibility provides visibility over the whole testing | {{< ci-details title="Code coverage support" >}}Ability to report total code coverage metrics.{{< /ci-details >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | | {{< X >}} | {{< X >}} (manual) | | {{< ci-details title="Benchmark tests support" >}}Automatic detection of performance statistics for benchmark tests.{{< /ci-details >}} | {{< X >}} | | | {{< X >}} | | {{< X >}} | | | {{< ci-details title="Parameterized tests" >}}Automatic detection of parameterized tests.{{< /ci-details >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | {{< X >}} | | -| {{< ci-details title="Early flake detection *" >}}Automatically retry new tests to detect flakiness.{{< /ci-details >}} | {{< X >}} | {{< X >}} | {{< X >}} | | | | | -| {{< ci-details title="Auto test retries *" >}}Automatically retry failed tests up to N times to avoid failing the build due to test flakiness.{{< /ci-details >}} | | {{< X >}} | {{< X >}} | | | | | +| {{< ci-details title="Early flake detection *" >}}Automatically retry new tests to detect flakiness.{{< /ci-details >}} | {{< X >}} | {{< X >}} | {{< X >}} | | {{< X >}} | | | +| {{< ci-details title="Auto test retries *" >}}Automatically retry failed tests up to N times to avoid failing the build due to test flakiness.{{< /ci-details >}} | | {{< X >}} | {{< X >}} | | {{< X >}} | | | | {{< ci-details title="Selenium RUM integration" >}}Automatically link browser sessions to test cases when testing RUM-instrumented applications.{{< /ci-details >}} | {{< X >}} | {{< X >}} | {{< X >}} | | {{< X >}} | | | \* The feature is opt-in, and needs to be enabled on the [**Test Service Settings** page][2]. diff --git a/content/en/tests/early_flake_detection/_index.md b/content/en/tests/early_flake_detection/_index.md index 5f148bafd4840..9777e0dc5a0c8 100644 --- a/content/en/tests/early_flake_detection/_index.md +++ b/content/en/tests/early_flake_detection/_index.md @@ -84,6 +84,12 @@ The test framework compatibility is the same as [Test Visibility Compatibility][ {{% /tab %}} +{{% tab "Ruby" %}} + +`datadog-ci-rb>=1.5.0` + +{{% /tab %}} + {{< /tabs >}}