protractor-istanbul-plugin
protractor-istanbul-plugin copied to clipboard
options
The plugin does not seem to respect the options passed
here is my config:
plugins: [{
"path": "./node_modules/protractor-istanbul-plugin",
"outputPath": "coverage/e2e"
}],
outputPath is style coverage
the options
argument of the setup
function is empty....
I m using protractor 2.2.0