grunt-protractor-coverage
grunt-protractor-coverage copied to clipboard
Protractor coverage for a client-side node webkit app
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.