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.

445 questions
-1
votes
1 answer

Saucelabs Team Tunnel, sharing tests

How do you setup Saucelabs to work in a team, viewing shared tests, and sharing a sauce connect tunnel -Chris Toews
Chris Toews
  • 119
  • 1
  • 3
-1
votes
1 answer

What version of selenium should I install for SauceLabs or TestingBot?

I am planning to write Selenium tests for my application and want them to run on a wide variety of browsers and versions. I am also planning to use a virtualisation service such as SauceLabs or TestingBot. However, as far as I can tell there are a…
gordonm
  • 159
  • 1
  • 14
-1
votes
1 answer

How to pass variable file to a test when running robot framework tests on sauce labs?

I am trying to run some robot framework tests on sauce labs. I am not able to pass a variable file to my pybot command. When I run my tests locally I use this command : pybot -vbrowser:firefox -vbaseur --variablefile ../VariableFiles/superdesk.py…
Ziwdigforbugs
  • 1,121
  • 8
  • 22
  • 39
-1
votes
2 answers

Sample code java Browserstack and Saucelabs

I am newbie here on stackoverflow. I am beginner with the tools test as a service and I need a very simple sample code on how to use the REST API Saucelabs and BrowserStack to facilitate my studies, could be the same example, but implemented with…
ricardoramos
  • 861
  • 3
  • 16
  • 33
-1
votes
1 answer

Receiving "Element is not currently visible and so may not be interacted with" from Sauce Labs

I am running a test against the following page: http://hulking-eland-1517.vagrantshare.com/casl/index.php?r=signup and trying to select an element in the dropdown: $this->select($this->byId('card-exp-month'))->selectOptionByValue('12'); Whenever…
Mattamatic
  • 81
  • 1
  • 7
-1
votes
1 answer

Running Dalekjs Tests on Saucelabs with Grunt

what i want: run dalekjs-tests on saucelabs with grunt what i did: installed grunt-dalek, dalek-driver-sauce created grunt config: dalek: { options: { driver: ['sauce'], browser: ['chrome'], advanced: { …
hereandnow78
  • 12,940
  • 8
  • 39
  • 48
-1
votes
1 answer

how to run java groovy mixed project with dependencies

I'm trying to run a groovy version of this: http://sauceio.com/index.php/2010/10/parallel-junit-4-and-selenium-part-three-parallelism-and-ondemand/ The motivation is to run this from groovy to be able to use Geb. I was able to run the test in this…
user2427
  • 7,492
  • 18
  • 57
  • 71
-2
votes
1 answer

Connect Selenium test to SauceLabs

I have created a common webdriver class that I can use for my selenium tests. Whenever I create a new test, I get the webdriver from this class. Here is what I am using to create my driver package com.atmn.config; import…
TestRaptor
  • 1,045
  • 4
  • 20
  • 35
-2
votes
2 answers

How do I add cli arguments to py.test?

Im trying to have interchangeable config files and I'm using py.test to send the testing suite to the cloud. The following works when I run them locally using python main.py --site site1 in the terminal. I'm trying to figure out how I can add cli…
Kevnyou
  • 73
  • 1
  • 8
-3
votes
2 answers

Get current time in android or ios device

I am running test in Local Android device. I have configured time interval. My timings are below Local time:- Friday 19:37 to Friday 21:38 Saucelabs time:- Friday 6:07 to Friday 8:08 When I ran test. I am expecting local time to be present.…
Galet
  • 4,039
  • 12
  • 62
  • 119
1 2 3
29
30