我试图用酱汁实验室+ travis CI进行测试,但没有运气。
我觉得这个问题在哪里: https://travis-ci.org/angulytics/angular-snitch/builds/50894194#L402
UnknownError: Sauce Labs Authentication Error.
You used username 'None' and access key 'None' to authenticate, which are not valid Sauce Labs credentials.
但是,我已将密钥添加到我的travis设置页面。此外,看起来Travis实际上是出口他们
https://travis-ci.org/angulytics/angular-snitch/builds/50894194#L80
$ export SAUCE_USERNAME=[secure]
$ export SAUCE_ACCESS_KEY=[secure]
那是怎么回事?
如果有帮助,你可以在这里检查protractor.conf的其余部分 https://github.com/angulytics/angular-snitch/blob/master/protractor.conf.js
答案 0 :(得分:0)
我不记得我找到了答案的确切位置,但由于我并不理解的原因,我不得不删除seleniumAddress
配置选项。