Skip to content

Instantly share code, notes, and snippets.

@pako88
Created April 23, 2020 05:59
Show Gist options
  • Save pako88/a0aaa699e6540b9e43e842d2142787bd to your computer and use it in GitHub Desktop.
Save pako88/a0aaa699e6540b9e43e842d2142787bd to your computer and use it in GitHub Desktop.
wdio sauce simulators error
2020-04-23T05:42:58.628Z INFO @wdio/local-runner: Run worker command: run
2020-04-23T05:43:01.215Z DEBUG @wdio/local-runner:utils: init remote session
2020-04-23T05:43:01.218Z INFO webdriverio: Initiate new session using the ./protocol-stub protocol
2020-04-23T05:43:02.014Z DEBUG @wdio/utils:initialiseServices: initialise service "sauce" as NPM package
2020-04-23T05:43:03.083Z DEBUG @wdio/local-runner:utils: init remote session
2020-04-23T05:43:03.085Z INFO webdriverio: Initiate new session using the webdriver protocol
2020-04-23T05:43:03.087Z INFO webdriver: [POST] https://ondemand.eu-central-1.saucelabs.com/wd/hub/session
2020-04-23T05:43:03.088Z INFO webdriver: DATA {
capabilities: {
alwaysMatch: {
browserName: 'Safari',
appiumVersion: '1.16.0',
deviceName: 'iPad Air (3rd generation) Simulator',
deviceOrientation: 'landscape',
platformVersion: '13.2',
platformName: 'iOS'
},
firstMatch: [ {} ]
},
desiredCapabilities: {
browserName: 'Safari',
appiumVersion: '1.16.0',
deviceName: 'iPad Air (3rd generation) Simulator',
deviceOrientation: 'landscape',
platformVersion: '13.2',
platformName: 'iOS'
}
}
2020-04-23T05:45:19.451Z WARN webdriver: Request timed out! Consider increasing the "connectionRetryTimeout" option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment