Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for Instanbul coverage with Playwright #2779

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2024

  1. Allow for Instanbul coverage with Playwright

    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.
    Andy Weiss committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    efea8ea View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add a test

    Andy Weiss committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1d608fc View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Andy Weiss committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8484bd3 View commit details
    Browse the repository at this point in the history