Angular, Protractor tests, and Sauce Connect config
So it took me days of trying to piece together the correct config options to make my local protractor test suite run in a bunch of different setups on Sauce Labs.
// An example configuration file.
exports.config = {
sauceUser: 'jgrubb',
sauceKey: 'fill-in-the-blank',
sauceSeleniumAddress: 'localhost:4445/wd/hub',
// Capabilities to be passed to the webdriver instance.
// This option is called "capabilities" in the protractor docs
// but whatever. this also works.
...