I'm trying to contribute to the Angular.js open source and for that am trying to run the test suit. When I push my changes to the fork, Travis successfully runs the tests. However, the feedback loop is extremely slow and I'd like to run the tests locally.
So I created a docker image that fits the exact setup of Travis (node 4.4) and have kick started SauceConnect: start_browser_provider.sh ... Sauce Connect is up, you may start your tests Good! so now I try to run the tests: grunt test:unit --browsers "SL_Chrome" --reporters dots this fails with auth error: # grunt test:unit --browsers "SL_Chrome" --reporters dotsRunning "tests:jqlite" (tests) task13 04 2016 15:41:39.543:WARN [watcher]: All files matched by "/usr/src/app/src/angular.bind.js" were excluded.13 04 2016 15:41:39.670:INFO [karma]: Karma v0.13.22 server started at http://localhost:9876/13 04 2016 15:41:39.689:INFO [launcher]: Starting browser chrome 47 on SauceLabs13 04 2016 15:41:51.100:ERROR [launcher.sauce]: Can not start chrome 47 [init({"version":"47","platform":"ANY","tags":[],"name":"AngularJS: jqLite","tunnel-identifier":"345323","record-video":false,"record-screenshots":true,"device-orientation":null,"disable-popup-handler":true,"build":"TRAVIS #8888 (2344)","public":null,"customData":{},"base":"SauceLabs","browserName":"chrome"})] The environment you requested was unavailable. Sauce Labs Authentication Error.You used username 'angular-ci' and access key '9b988f434ff8-fbca-8aa4-4ae3-35442987' to authenticate, which are not valid Sauce Labs credentials. Any tip to remedy this would be much appreciated! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
