protractor-istanbul-plugin icon indicating copy to clipboard operation
protractor-istanbul-plugin copied to clipboard

options

Open thaiat opened this issue 9 years ago • 1 comments

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....

thaiat avatar Sep 29 '15 00:09 thaiat

I m using protractor 2.2.0

thaiat avatar Sep 29 '15 00:09 thaiat