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
For frontend source code instrumented with babel-plugin-istanbul for code coverage, allow an easy way to collect that code coverage via nyc. The plugin stores coverage data in the window.__coverage__ variable in the browser.
For frontend source code instrumented with babel-plugin-istanbul for code coverage, allow an easy way to collect that code coverage via
nyc
. The plugin stores coverage data in thewindow.__coverage__
variable in the browser.For now, this can be done in user-land via the playwright-test-coverage package.
Ideally this should be built into Playwright test runner.
See also: mxschmitt/playwright-test-coverage#1
The text was updated successfully, but these errors were encountered: