grunt-protractor-coverage icon indicating copy to clipboard operation
grunt-protractor-coverage copied to clipboard

Protractor coverage for a client-side node webkit app

Open ShobanaV opened this issue 10 years ago • 0 comments

Hi,

My app is client-side, runs in node-webkit. I cannot run the app from a server like 'http://localhost:3000'. I am using protractor for running E2E tests for my app.

Can I use grunt-protractor-coverage for getting coverage of my protractor tests? If yes, how?

Because, the 'connect' task specifies the server in which the app/code is running is needed.

ShobanaV avatar Jun 09 '15 11:06 ShobanaV