Closed
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?