I noticed chromium was failing to launch for our playwright tests when trying to run a build yesterday. I suspect this is because @recordreplay/playwright has fallen out of date so switching over to configuring playwright might be a better approach internally too.
Resolution
Use @replayio/playwright to configure playwright rather than our playwright wrapper
Issue
I noticed chromium was failing to launch for our playwright tests when trying to run a build yesterday. I suspect this is because
@recordreplay/playwright
has fallen out of date so switching over to configuring playwright might be a better approach internally too.Resolution
Use
@replayio/playwright
to configureplaywright
rather than our playwright wrapper