Skip to content

Commit

Permalink
add EFD support for Ruby (#25275)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko authored Sep 17, 2024
1 parent b55cc32 commit 29f49df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/tests/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
6 changes: 6 additions & 0 deletions content/en/tests/early_flake_detection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}


Expand Down

0 comments on commit 29f49df

Please sign in to comment.