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
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 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 istanbul-middleware with https://github.com/juliemr/protractor-demo.
I created index.js file as shown in Istanbul-middleware example. And in expressserver.js file modifed content
as below.
var util = require('util');
var path = require('path'),
express = require('express'),
url = require('url'),
publicDir = path.resolve(__dirname, '..', 'public'),
coverage = require('istanbul-middleware'),
bodyParser = require('body-parser');
and Started application from command prompt with command "node index.js"
I'm not able to get coverage.
The text was updated successfully, but these errors were encountered: