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

Coverage Port

Open F1LT3R opened this issue 9 years ago • 0 comments

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'
                }
            }
    }

F1LT3R avatar May 14 '15 13:05 F1LT3R