Skip to content

New integration tests for @sentry/browser and core. #3841

Closed
@onurtemizkan

Description

@onurtemizkan

Currently, the integration tests for the browser package are flaky and so are disabled on CI.

Having a simpler set of integration tests that can be run on main browser cores (Chromium/WebKit/Firefox) could be very useful for catching issues related to stack trace formats or breadcrumbs.

The options I was thinking that could be fit for that are:

  • jest + puppeteer (chrome + firefox)
  • jest + playwright (chrome + webkit + firefox)
  • webdriver-io (simply selenium)

What would you think can be the best path to take?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions