We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ensure u have outnet ip that Saucelabs can reach
customLaunchers
'Chrome': { base: 'WebDriverio', browserName: 'chrome', name: 'Karma', config: { host: 'ondemand.saucelabs.com', port: 80, logLevel: 'verbose', user: 'xxx', key: 'xxx' } }
or require Saucelabs Connect proxy
start sc
sc -u username -k SaucelabsKey
'Chrome': { base: 'WebDriverio', browserName: 'chrome', name: 'Karma', config: { host: '127.0.0.1', port: 4445, // sc default proxy port logLevel: 'verbose', user: 'xxx', key: 'xxx' } }
The text was updated successfully, but these errors were encountered:
ensure starting sc:
sc -u username -k access_key [-i xx -f xx -l xx]
Sorry, something went wrong.
No branches or pull requests
ensure u have outnet ip that Saucelabs can reach
customLaunchers
or require Saucelabs Connect proxy
start sc
customLaunchers
The text was updated successfully, but these errors were encountered: