I am running some e2e tests in my angularJS app with protractor (as recommended in the angularJS documentation).
I\'ve googled around and cannot find any information on how
if you are using grunt - you can use grunt-protractor-coverage plugin, it will do the job for you. You will have to instrument the code first and then use the mentioned plugin to create coverage reports for you.