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
Setting resetOnNavigation does work but because puppeteer-to-istanbul creates unique filenames for the source files, the generated reports show many instances of the same files instead of a combined coverage which is the most common use case.
My workaround is that I vendored in puppeteer-to-istanbul and made modifications so that it creates multiple out.json files and I removed the unique filename feature. That did the trick for me.
Setting
resetOnNavigation
does work but becausepuppeteer-to-istanbul
creates unique filenames for the source files, the generated reports show many instances of the same files instead of a combined coverage which is the most common use case.My workaround is that I vendored in
puppeteer-to-istanbul
and made modifications so that it creates multipleout.json
files and I removed the unique filename feature. That did the trick for me.Originally posted by @arienkock in #45 (comment)
@arienkock
The text was updated successfully, but these errors were encountered: