# JS-Mocha-WebdriverIO-Selenium **Repository Path**: mirrors_stefanbirkner/JS-Mocha-WebdriverIO-Selenium ## Basic Information - **Project Name**: JS-Mocha-WebdriverIO-Selenium - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JS-Mocha-WebdriverIO-Selenium [![Travis Status](https://travis-ci.org/saucelabs-sample-test-frameworks/JS-Mocha-WebdriverIO-Selenium.svg?branch=master)](https://travis-ci.org/saucelabs-sample-test-frameworks/JS-Mocha-WebdriverIO-Selenium) This code is provided on an "AS-IS” basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. Your tests and testing environments may require you to modify this framework. Issues regarding this framework should be submitted through GitHub. For questions regarding Sauce Labs integration, please see the Sauce Labs documentation at https://wiki.saucelabs.com/. This framework is not maintained by Sauce Labs Support. ### Environment Setup 1. Global Dependencies * Install [Node.js](https://nodejs.org/en/) * Or Install Node.js with [Homebrew](http://brew.sh/) ``` $ brew install node ``` 2. Sauce Credentials * In the terminal export your Sauce Labs Credentials as environmental variables: ``` $ export SAUCE_USERNAME= $ export SAUCE_ACCESS_KEY= ``` 3. Project Dependencies * Install Node modules ``` $ npm install ``` ### Running Tests * Tests in Parallel: ``` $ ./node_modules/.bin/wdio wdio.conf.js ``` [Sauce Labs Dashboard](https://saucelabs.com/beta/dashboard/) ### Advice/Troubleshooting 1. There may be additional latency when using a remote webdriver to run tests on Sauce Labs. Timeouts or Waits may need to be increased. * [Selenium tips regarding explicit waits](https://wiki.saucelabs.com/display/DOCS/Best+Practice%3A+Use+Explicit+Waits) ### Resources ##### [Sauce Labs Documentation](https://wiki.saucelabs.com/) ##### [SeleniumHQ Documentation](http://www.seleniumhq.org/docs/) ##### [WebdriverIO Documentation](http://webdriver.io/api.html) ##### [Node Documentation](https://nodejs.org/en/docs/) ##### [Mocha Documentation](https://mochajs.org/) ##### [Stack Overflow](http://stackoverflow.com/) * A great resource to search for issues not explicitly covered by documentation