You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes the PlaywrightLauncherPage function similarly to the
ChromeLauncher where we attempt to load the coverage from the browser
and return that if availble during the stopSession method. Currently the
Playwright launcher breaks early if the native instrumentation is not
enabled.
We changed to using the Playwright launcher and were suprised that our
coverage stopped working even though we are using the babel istanbul
plugin which worked when we were using the ChromeLauncher.
0 commit comments