Closed
Description
Problem Statement
We use playwright for our Remix and browser integration tests (and we should also do it for our NextJS ones as well), but we don't use it for our @sentry/wasm
integration tests.
Solution Brainstorm
Remove puppeteer and use playwright. Removing the dependency reduces dependencies we rely on, which should speed up CI, and make debugging easier across the board.