Skip to content

0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 11:35
· 960 commits to main since this release
3688bc2

Experimental support for test suite level visibility

This release adds the long awaited test suite level visibility support for Ruby. Right now it is in experimental mode and disabled by default: please try it and share your feedback via GitHub issues or Datadog support!

To enable test suite level visibility in Ruby change your Datadog CI config and add the following setting:

Datadog.configure do |config|
  # ... your existing config...
  config.ci.experimental_test_suite_level_visibility_enabled = true
end

Added

  • Test suite level visibility instrumentation for RSpec (#86)
  • Test suite level visibility instrumentation for Cucumber (#90)
  • Test suite level visibility instrumentation for Minitest framework (#92)

Fixed

  • Do not instantiate TestVisibility::Recorder unless CI visibility is enabled (#89)

Read the full changeset and the release milestone.