This repo is meant showcase patterns for using jest as a test runner for webdriverio.
git clone
npm i
npm run sel-server
npm test
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.