We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to test the most common scenario(s)
Collecting code coverage would be superb. Would be useful for other projects as well.
See https://github.com/search?q=playwright+v8toIstanbul+stopJSCoverage&type=code as a starting point.
https://github.com/bgotink/playwright-coverage looks promising.
So does https://github.com/cenfun/monocart-reporter
Apparently there might be a bug with v8->istanbul conversion, see istanbuljs/v8-to-istanbul#216 and cenfun/monocart-reporter#50 (found via microsoft/playwright#7030)
Probably need to build the JS with source maps
The text was updated successfully, but these errors were encountered:
Add basic e2e tests
c3083d3
See #73
No branches or pull requests
Would be nice to test the most common scenario(s)
Collecting code coverage would be superb. Would be useful for other projects as well.
See https://github.com/search?q=playwright+v8toIstanbul+stopJSCoverage&type=code as a starting point.
https://github.com/bgotink/playwright-coverage looks promising.
So does https://github.com/cenfun/monocart-reporter
Apparently there might be a bug with v8->istanbul conversion, see istanbuljs/v8-to-istanbul#216 and cenfun/monocart-reporter#50 (found via microsoft/playwright#7030)
Probably need to build the JS with source maps
The text was updated successfully, but these errors were encountered: