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

learn more… | top users | synonyms

0
votes
1answer
23 views

saucelabs java tutorial compilation errors

I'm experiencing various compile/run errors when I try the Sauce Labs Java tutorial. These errors are different when I run Maven in the command line and in Eclipse (Juno) The java tutorial for Sauce ...
1
vote
0answers
23 views

Jenkins build multi-configuration project with MTAF not working on Saucelabs

I configured Magento Test Automation Framework(MTAF) with jenkins and Saucelabs and everything is working well but When doing Build multi-configuration project I have selected two more browsers form ...
0
votes
0answers
20 views

jenkins Inject parameters before build

is there anyway I can set environment variables before even plugin starts? Scenario: Actually I have Jenkins sauceon demand plugin where I have an option to start sauce-connect. I want to disable ...
0
votes
0answers
48 views

Logging to Selenium2 node when running using hub / remote webdriver

We have set up our tests to run on Sauce Labs. On Sauce Labs, there is a selenium server log. If there are exceptions in the test, the test's stack trace and debugging information is printed in the ...
1
vote
1answer
148 views

Get Session ID for a Selenium RemoteWebDriver in C#

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 = ...
0
votes
0answers
70 views

Accessing virtual hosts from other computers – xip.io alternative

Sometimes you need to access your (Pow) virtual hosts from another computer on your local network — for example, when testing your application on a mobile device or from a Windows or Linux VM. So ...
0
votes
1answer
53 views

Where are the code examples for connecting your tests to Sauce Connect?

I've read the: Sauce Labs: Connect page and looked through Internet but I can't find any documentation on how to convert me Selenium tests to use Sauce Connect. Could someone point me in the right ...
0
votes
0answers
42 views

How do I create a new task that sets a system property and calls sbt test-only on a package?

I'm planning on testing some Selenium in Saucelabs, but would also like to keep my current code structure. Here's how I'm planning on having this done: val driverCode: String = ...
0
votes
1answer
63 views

JUnit or TestNG for Sauce Labs tests?

We currently use JUnit for testing, but this will be our team's first try at paralleling the tests. Would there be a major advantage to moving using TestNG?
0
votes
0answers
30 views

Clear old tests from the results page

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 ...
0
votes
2answers
53 views

Strange version number in SauceLabs Java archetype

I'm trying to get the Java 'getting started' app to work and I noticed this in the POM: <dependency> <groupId>com.saucelabs</groupId> ...
0
votes
1answer
223 views

Mono “Hello World” example working, but Java is not

I'm running the Getting Started Examples from the Sauce Labs homepage both with Java and C# Mono. The Mono example works like a charm, but the Java one reports that Could not start a new session. ...
0
votes
1answer
58 views

How do I detect that SSL is broken on a page, using Selenium

We have pages where we occasionally see compromised SSL certificate because of third party scripts that load non HTTPS resources (Initially they're fine but they occasionally change). We would like to ...
0
votes
0answers
67 views

When I use RemoteWebDriver, I will not be able to login using Facebook account

When I use RemoteWebDriver, I will not be able to login using Facebook account. I know how to handle different windows and popup with selenium, and that works with me 100% when use WebDriver (java), ...
1
vote
3answers
76 views

Java error each time I try to run my test cases on Jenkins

The following Java error will be displayed in my testing report each time I try to execute my test cases using Jenkins. Error 1: java.lang.IllegalArgumentException: No enum const class ...
0
votes
0answers
84 views

I cannot use my Git repository URL to create jenkins job

I am using Jenkins OnDemand plugin to create job to run my test on Sauce Labs. at job configuration step, I select 'Git' option that shown under 'Sauce Code Management', but I am getting the error ...
0
votes
1answer
108 views

.Click() does not work with selenium RemoteWebDriver

I have many automated Test Cases using WebDriver, and all of them are working perfectly on my local machine. Now I need to run these test cases remotely on Saucelabs, so I should use RemoteWebDriver. ...
0
votes
1answer
275 views

Selenium Grid /Sauce Labs Plugin / Ant setup

I am trying to use ANT to start a Selenium Grid instance. Using the response found here, How can I run Selenium 2 Grid from an Ant build? , I was able to start the Grid successfully using the ...
1
vote
1answer
134 views

parallel test TestCases inside a unittest.testsuite

i am using Python, and Selenium Webdriver. I have a set of testCases wrapped inside a testSuite, and I want them to be run in parallel regardless of their testCase configurations (some of them are to ...
1
vote
1answer
125 views

Dynamically setting the $browsers static property in Sauce.io phpunit selenium tests

I am setting up some browser testing using SauceLabs. I've been able to get tests running locally and via Sauce, so I am now trying to integrate it with my Jenkins install to trigger builds and ...
0
votes
2answers
212 views

How to Report Results to Sauce Labs using Geb/Spock?

I want to use the Sauce Labs Java REST API to send Pass/Fail status back to the Sauce Labs dashboard. I am using Geb+Spock, and my Gradle build creates a test results directory where results are ...
0
votes
0answers
202 views

Why are my Python Selenium Lettuce tests failing randomly?

After attempting to use multiple types of selectors and rewriting massive portions of code I still was experiencing strange and random errors. I did a lot of googling to discover other users were ...
1
vote
0answers
153 views

Heroku scheduler with EC2 SauceConnect SSH Tunnel

I have a bit of a unique situation with our testing setup. Basically what I would like to do is have Heroku run our integration tests with Sauce Connect at scheduled intervals. Sauce Connect requires ...
2
votes
1answer
160 views

Sending Firefox Profile to Sauce Labs from CloudBees

I have a Selenium test which requires a custom firefox profile to be uploaded to Sauce Labs. I have the file uploaded to the file sharing repository as referenced here on the cloudbees site: ...
1
vote
1answer
216 views

how to fully automate Saucelabs tests with Maven?

This is the workflow I'm trying to automate (it's a Java web app): A developer creates/edits test suite(s) in Selenium IDE (w/Firefox) The suite is maintained in project repository as a collection ...
0
votes
0answers
177 views

Saucelabs, Capybara Rspec setup, multiple browsers parallel

In my set up I can run one browser with 4 jobs running through parallel. By "if" statement i can run browsers one after one each with 4 jobs for each on Saucelabs. I need to make 4 browsers run at the ...
0
votes
2answers
103 views

Salesforce Login Email Verification in SaucelabsVM

We'd like to setup some test automation around our SalesForce instance using SauceLabs. We'd like to keep it independent of the salesforce instance itself as we have a dedicated continuous ...
2
votes
1answer
399 views

Sauce labs tests with meaningful names

I am using rspec and cucumber to run watir tests at sauce labs. I would like that test name (at sauce labs) is the same as the name of rspec describe block or cucumber feature. So, if I have rspec ...
0
votes
1answer
176 views

Selenium with SauceLabs webdriver in python sets desired_capabilities to None

I'm attempting to convert my SauceLabs executed Selenium 1.0 test to Selenium 2.0. When I create the selenium.webdriver.remote.webdriver object: driver = RemoteWebDriver('http://saucelabs.com:444', ...