istanbul-middleware
istanbul-middleware copied to clipboard
Connect middleware for server side code coverage using istanbul
I am using istaanbul-middleware to calculate live code coverage for manual tests. however, i don't seem to find a way to save the coverage incase the server restarts due to...
When calling `createClientHandler(...)` and the `instrumenter` variable is null, the function prints an error ``` No instrumenter set up, please call createHandler() before you use the client middleware ``` even...
chrome44+ and latest chromium builds add a security check to inline scripting that prevent in that project to display all fillbars with a warning in the console when using the...
I'm getting No coverage for file path []. In command prompt i can see message Could not find file [d:\protractordemo\protractor-demo\public\angular.min.js], ignoring Could not find file [d:\protractordemo\protractor-demo\public\calc.js], ignoring I"m testing with...
If I insert `hookLoader` after `require('babel/register')` it doesn't work (logs errors), although babel produces valid JavaScript code. If I insert `hookLoader` before `require('babel/register')` it seemingly works (no errors), although in...
Now uses sendFile (camelcased)
I have similar set up as `/test/app/`, I get the coverage report, however when I attempt to drill down to file to see which line has been covered it throws...
I am using an end-to-end UI testing tool (Crawljax https://github.com/crawljax/crawljax) to test some web pages. I instrumented the source code using Istanbul and collected coverage through Istanbul-middleware after each time...