An open API service indexing awesome lists of open source software.

https://github.com/mattc41190/jest-wdio

Messing around with Jest & Webdriverio
https://github.com/mattc41190/jest-wdio

jest selenium webdriverio

Last synced: 4 months ago
JSON representation

Messing around with Jest & Webdriverio

Awesome Lists containing this project

README

          

# jest-wdio

This repo is meant showcase patterns for using jest as a test runner for webdriverio.

## Let's Go Already:

1. `git clone`
2. `npm i`
3. `npm run sel-server`
4. `npm test`

## SauceLabs Note:

This repo assumes you have a sauce tunnel by the name "sewer". If you are testing a public app you may remove this key. Please read sauce connect docs for information on testing via a tunnel. Additionally, keys are stored at `test/credentials.json` this file is not included in the repo because duh.