-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDKPackage: coreIssues related to the Sentry Core SDKIssues related to the Sentry Core SDKType: Improvement
Milestone
Description
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
Package: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDKPackage: coreIssues related to the Sentry Core SDKIssues related to the Sentry Core SDKType: Improvement