-
[//]: # NOTE: This repository only maintains packages that are listed in the [Readme](https://github.com/webdriverio/webdriverio/blob/master/README.md#packages). Please make sure that your issue is di…
-
I am able to connect to the saucelab through chimp.But the application under test is an internal application and we have a shared tunnel in saucelab. I am trying to run the tests but I am unable to us…
-
Currently nightwatch seems to only run locally. Would be great to e.g. run tests on Sauce Labs using `nightwatch saucelabs`:
``` json
{
...
"test_settings" : {
"default" : {
...…
-
When trying to run TestCafe in an Alpine image against Sauce Labs I noticed that the SauceConnect binary supplied by the node package `saucelabs-connector` is unrecognized (ENOENT error).
Using the…
-
## The problem
I'm unable to get my wdio tests to connect to a shared tunnel on SauceLabs. Here are the relevant config options I'm using (I'm using TypeScript):
sauceConnect: false,
d…
-
```
Opening local tunnel using Sauce Connect
Starting sc with args: -u XXXXXXXX -k XXXXXXXX --verbose -vv -P 4445 --log-stats 5 --readyfile /var/folders/8m/y7txsryn7ms7sfvtz11tjfyw0000gn/T/sc-launch…
-
Given a test like:
``` ruby
it 'should download a remote_file from Sauce Labs' do
# other passing expectation deleted
expect(chef_run).to notify('execute[unzip-saucelabs-proxy]').to(:run).im…
-
Finding a potential issue with wdio-sauce-service where a tunnel is being successfully established (confirmed within the Sauce Labs UI), but no test is running. Within a few minutes, I am returned er…
-
If I use this service it throws errors on completion of each test:
Error: connect ETIMEDOUT 1xx.2xx.75.243:443
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWit…
-
I am trying to get my wdio tests to run against my Sauce Labs account. I have been running them against my locally hosted selenium-standalone server thus far.
I've installed wdio-sauce-service and …