Questions tagged [saucelabs]

Sauce Labs is a cloud service providing web browsers and mobile devices for both manual and automated testing.

Sauce Labs is a cloud service providing web browsers and mobile devices for both manual and automated testing. Automated testing on Sauce Labs is compatible with Selenium and JS testing frameworks.

527 questions
2
votes
0 answers

How to integrate meteor in SauceLabs?

I am working on a meteor-balze app. I have started to write mocha test cases for this app. And I want to use mocha with SauceLabs. But I am not getting any helpful link for it. I go through below…
2
votes
1 answer

Travis Build fails after 49 min even when logging output for all jobs every 1-2 min

I have a build for an Ionic project and its E2E testing with SauceLabs. The build is timing out after 49 min 17 sec(50 min). All of my jobs are running well and logging output frequently at least every 1-2 min. The timeout is happening consistently…
2
votes
0 answers

Sauce connect times out when running tests on Circle CI

My NightWatch tests have started to timeout on Circle CI I am getting this message while [ ! -e ~/sauce_is_ready ]; do sleep 1; done command while [ ! -e ~/sauce_is_ready ]; do sleep 1; done took more than 10 minutes since last…
2
votes
1 answer

Sauce Labs with protractor, malformed URI

My protractor config is: exports.config = { baseUrl: 'http://www.onet.pl', directConnect: false, sauceUser: 'myuser', sauceKey: 'mypassword', capabilities: { 'browserName': 'chrome', 'chromeOptions': { 'args':…
Jerzy Gruszka
  • 1,629
  • 4
  • 15
  • 20
2
votes
2 answers

Sauce Labs upload files with nightwatch.js

I have tests written with nightwatchJs that are run with remote sauce labs selenium (aka ondemand.saucelabs.com). In the tests flow, I need to upload a local file. When I run tests locally, I use setValue method. But this approach does not seem to…
Yuriy
  • 388
  • 1
  • 3
  • 8
2
votes
0 answers

Error setting up Sauce Connect - Sauce Labs: Error checking overlapping tunnels

Tried setting up sauce connect, but get an error. Details below: (I also tried opening ports 443 (outbound), 80, 60, 4445 (inbound) - but nothing changed) I run : bin/sc -u [USERNAME] -k [KEY] And Get: > 15 Nov 18:30:42 - Sauce Connect…
raneshu
  • 363
  • 2
  • 16
  • 46
2
votes
0 answers

How can I reconnect Selenium to IE11 after navigating with the prerender resource hint?

I'm working on a Selenium (Ruby API) test that navigates from one page to another. It started failing on IE11/Win10 (via SauceLabs) recently when I added a link rel="prerender" resource hint on the first page pointing to the second page, to speed…
Brad Buchanan
  • 1,475
  • 1
  • 15
  • 22
2
votes
2 answers

How to run specflow feature files in parallel?

I am using specflow with NUnit on Saucelabs. I need to run features files in parallel . But I read somewhere that you cannot run in parallel if you are using ScenarioContext/FeatureContext which I am currently using in almost every test scenario. Is…
NRT
  • 125
  • 2
  • 11
2
votes
1 answer

How to upload APK to Saucelabs

I want to upload my APK to Saucelabs, How can I do that? Is there any tab do so ? I am trying with Curl command as well, which is not working for me
user6691653
2
votes
2 answers

Appium : Set custom time programatically on emulator or saucelabs

I'm trying to set the emulator system time to a predefined date every time i run the test cases. I've found the command adb shell date --set= which changes time but couldn't implement it using appium API's. Any help in figuring out how to implement…
2
votes
1 answer

Sauce Labs Session ID with Watir

There is an easy way to get the Sauce Labs job ID when using Selenium-Webdriver as outlined at the bottom of this page. Is there a similar method for Watir-Webdriver?
user3250926
  • 127
  • 1
  • 2
  • 7
2
votes
1 answer

Disable [launcher] output with protractor / saucelabs

Is there any way to disable / squash the launcher output when using protractor/saucelabs/gulp sample output below: [firefox #2] [firefox #2] [firefox #2] rawFlowsForLast ✓ should return a valid es result [firefox #2] [firefox #2] Main Page …
skarface
  • 910
  • 6
  • 19
2
votes
1 answer

How to speed up SauceLabs javascript queries in selenium tests?

I am running Selenium tests on the Chrome browser in SauceLabs and find the performance exceptionally slow. Specifically, javascript queries (used to select objects) return in about 200ms in Sauce whereas the same queries return in about 5ms when…
Jason Days
  • 23
  • 3
2
votes
1 answer

Issue installing extension with Selenium remote Firefox webdriver in Saucelabs

Issue Trying to install a Firefox browser extension during remote execution of Selenium tests on Saucelabs. When executing the tests locally, the extension is installed and active in Firefox, but in remote execution on Saucelabs the extension does…
Jerry
  • 1,775
  • 4
  • 22
  • 40
2
votes
1 answer

Protractor: Paramaterized Configuration

There are several elements of a Protractor configuration that I need to modify at run-time, most importantly some values of the multiCapabilities object: ... multiCapabilities: [ { 'build': buildNumber, 'app': 'app' + buildNumber…
Joel Skrepnek
  • 1,651
  • 1
  • 13
  • 21