testgitdl
testgitdl
We also need a solution for this. Any idea when it will be available? Thank you!
@jfgreffier I tried using your code but I do not get any coverage information. I am starting my app via "ng serve -c dev" and afterwards want to get coverage...
@kachkaev thank you very much for checking. I already took this as an example and the problem is that the nyc-output is empty - probably it has to do with...
@kachkaev I have created a sample project here: https://github.com/testgitdl/playwright-coverage
@sh977218 have you found a solution?
startJSCOverage does not seem to have this includeRawScriptCoverage: true
@bcoe Thank you very much for helping out. Unfortunately also with this puppeteer-to-istanbul library as v8-to-istanbul I am having problems using it as we have an Angular 14 with ESM...
@bcoe got it to work..a bit..now I am able to import the puppeteer-to-istanbul library but it seems I don't get coverage information as I get the following error when writing...
@bcoe Thank you very much for helping out! I've also created a sample project here.. https://github.com/testgitdl/playwright-coverage The out for jsCoerage is: `` [{ url: 'http://localhost:4200/runtime.js', scriptId: '122', source: '/******/ (()...
I have the same problem. Any idea on how to solve? Thanks!