Closed billylam closed 6 years ago
Fix for https://github.com/webdriverio/wdio-sauce-service/issues/47
The error seems to occur because the check in reporter looks for config.host to be saucelabs.com, but wdio-sauce-service sets config.host to localhost at https://github.com/webdriverio/wdio-sauce-service/blob/master/lib/sauce-launch-service.js#L18
I can fix it there instead but I don't know the ramifications of that across all projects.
All committers have signed the CLA.
Done
Released as v0.1.4
v0.1.4
@christian-bromann It seems after running npm update wdio-spec-reporter, I see this change in lib/reporter.js but not build/reporter.js. Am I missing something?
npm update wdio-spec-reporter
Fix for https://github.com/webdriverio/wdio-sauce-service/issues/47
The error seems to occur because the check in reporter looks for config.host to be saucelabs.com, but wdio-sauce-service sets config.host to localhost at https://github.com/webdriverio/wdio-sauce-service/blob/master/lib/sauce-launch-service.js#L18
I can fix it there instead but I don't know the ramifications of that across all projects.