saucelabs Questions

10

I'm trying to upload a ipa file to saucelabs storage but getting the error as mentioned above. The command that I'm using - $ curl -F 'payload=@/Users/<user-name>/Downloads/<file_name>....
Theatrical asked 8/1, 2021 at 11:15

4

Solved

How do I clear old tests from the tests page in Sauce Labs? I've got allot of noise on there from trying out stuff and I'd like to tidy it up. In the long run there will be lots of uninteresting ...
Mercedes asked 15/3, 2013 at 12:55

2

Solved

I'm running my Playwright test scenarios and facing an issue while trying to run scenarios with windows “maximized” / full window. I set viewport as null for browser context, and it works in ...
Chancellor asked 12/10, 2023 at 5:57

2

We use Travis-Ci with OpenSauce to test our web application. OpenSauce has a limit for concurrent running of tests - 2 tests. Travis-CI by default can run much more build/tests in parallel. As the ...
Downrange asked 12/8, 2013 at 19:13

2

Solved

In the Cypress docs they states (under the "Sauce Labs" subsection): Cypress’s API is written to be completely compatible with Sauce Labs, even though our API is not Selenium based at all. We wi...
Panpipe asked 28/3, 2018 at 19:53

5

Solved

I'm trying to get a session id for a test being run on the SauceLabs cloud, but I can't seem to access it. I've tried the following approaches: //Returns null var sessionId = (string)((RemoteWeb...
Frequentative asked 2/4, 2013 at 14:42

2

Solved

I am trying to test my react native iOS app in saucelabs(appium). Saucelabs require a file zip of .app folder created after the xcode build. I am using following steps(bitrise steps) to create the...
Tetraspore asked 21/6, 2018 at 8:54

8

Solved

I have following problem. I run test on Firefox and Chrome. On Firefox test run correctly but on Chrome SauceLabs give a message: unknown error: Element is not clickable at point (717, 657). Othe...
Oraleeoralia asked 19/9, 2014 at 8:7

6

I need to install and configure an extension in Chrome to modify all request headers during Selenium test execution. I've been able to follow an example from this support article in Saucelabs showi...

1

Solved

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 i...
Grote asked 27/1, 2016 at 1:28

1

How should I structure tests containing a mixture of Selenium code (for setting up the page), and client-side Mocha code (for actually performing the tests on the client-side JS being tested)? I a...
Haswell asked 10/9, 2013 at 22:41

1

I'm trying to test a mobile app written using Ionic and since Ionic is based on Angular, I want to write tests using Protractor and run the tests in mobile emulators using Saucelabs Appium. I invok...
Irish asked 12/3, 2015 at 16:47

1

I have been having this exact issue for months now, through multiple versions of each component involved (karma, socket.io, sauce-connect). Currently I'm running on Karma 12.16. Basically, when us...
Manx asked 7/6, 2014 at 2:45

2

Solved

I have Travis-CI running Sauce Connect to run Behat tests. Everything works just fine if I tell Sauce to use Firefox 26 on Windows 7. But if I change the browser to Internet Explorer (any of the th...

1

Solved

I'm trying to get my open source project tests up and running within Travis CI. I have them working locally using a Selenium server. Seems a relatively simple process but I am lacking some basic k...
Maccaboy asked 18/4, 2014 at 8:42

2

Solved

I have been trying to pass BrowserMob proxy to Sauce Labs with no luck. Here's what I have tried: Start proxy server sh browsermob-proxy -port 9090 Start proxy curl -X POST http://localhost:9...
Transfigure asked 8/2, 2014 at 20:32

1

Solved

SauceLabs gives examples of how to write remote tests using the WD node package. I prefer the selenium-webdriver package. Is there some way to use that remotely instead?
Quarterphase asked 16/1, 2014 at 19:10

1

Solved

So I have my open source project (https://github.com/ahmednuaman/radian) and I have some e2e tests that run fine locally using Protractor. I've followed the Sauce Labs docs and set up my .travis....
Siderolite asked 2/1, 2014 at 11:12
1

© 2022 - 2024 — McMap. All rights reserved.