axemclion / grunt-saucelabs

Grunt task for running all your browser tests using Sauce Labs
MIT License
182 stars 98 forks source link

Travis Sauce Connect Addon Integration #202

Closed stdavis closed 8 years ago

stdavis commented 8 years ago

Is there any documented way for this project to work with the new sauce connect addon for travis?

Wondering if I should be passing tunneled: false or something?

Jonahss commented 8 years ago

This sounds like a question for @halkeye . What do you think @halkeye?

halkeye commented 8 years ago

I'm sorry, I haven't had a chance to look at our travis integration yet. I'm not sure what you mean by work though.

from the documentation on both sides, I'd think you'd want: tunneled: false and your tests would make sure they use the cap/identifier 'tunnel-identifier': ENV['TRAVIS_JOB_NUMBER']

stdavis commented 8 years ago

Thanks for the advice. I had already tried your suggestion, @halkeye, to no avail. I'm currently working on converting all of my unit tests to run through intern so that I don't have to worry about the conflict between this project and intern. Thanks anyways.