grunt-protractor-coverage
grunt-protractor-coverage copied to clipboard
Coverage Port
I'm wondering if the coverage port should be the same as the port I am running the browser on? Should the collector port and the baseUrl port be the same?
Eg:
protractor_coverage: {
options: {
collectorPort: 8080,
args: {
baseUrl: 'http://127.0.0.1:8080'
}
}
}