bennyhat / protractor-istanbul-plugin

Protractor plugin that collects istanbul coverage results from a page and dumps them to coverage.json files (one per spec).
MIT License
15 stars 7 forks source link

The plugin does not provide a way to override __COVERAGE__ #10

Open skapoor opened 5 years ago

skapoor commented 5 years ago

When we run the test in our environment, our test goes to multiple stacks which also uses same plugin and has this __coverage__ variable so our coverage gets messed up.

There should be a way to change the name of this variable.