Closed serk12 closed 9 months ago
I haven't actually tried this, but you could probably put something together by instrumenting your code with babel-plugin-istanbul, collecting coverage data in an afterAll
, and implementing an API endpoint via custom Express middleware to write the report to disk.
Hello, is there any way to integrate a code coverage for the browser code? I can't find any resource mentioning jasmine-browser.