Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDTEST-1345] Add Datadog RUM integration support for browser tests with cuprite driver #283

Merged
merged 6 commits into from
Jan 23, 2025

Conversation

anmarchenko
Copy link
Member

@anmarchenko anmarchenko commented Jan 21, 2025

What does this PR do?
Adds Datadog RUM integration for browser tests using cuprite browser driver

Motivation
Feature request from a customer

How to test the change?
I tested it by creating a test driven by cuprite that looks like that:

require_relative "helper"

class CupriteTest < CapybaraTestCase
  def test_visit_datadog_home_page
    visit "https://app.datadoghq.com/"
    assert page.has_content?("Datadog")
  end
end

Browser-specific tags are correctly added to the test:
image

RUM session is connected to the test:
image

@anmarchenko anmarchenko marked this pull request as ready for review January 22, 2025 14:28
@anmarchenko anmarchenko requested review from a team as code owners January 22, 2025 14:28
@anmarchenko anmarchenko merged commit 02268fd into main Jan 23, 2025
177 checks passed
@anmarchenko anmarchenko deleted the anmarchenko/cuprite_support branch January 23, 2025 09:00
@github-actions github-actions bot added this to the 1.12.0 milestone Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants