r3b / grunt-protractor-coverage

Coverage analysis for Protractor tests
Apache License 2.0
38 stars 29 forks source link

Coverage Port #41

Open F1LT3R opened 9 years ago

F1LT3R commented 9 years ago

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