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
- Host: GitHub
- URL: https://github.com/mattc41190/jest-wdio
- Owner: mattc41190
- Created: 2017-11-01T14:24:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T18:08:53.000Z (over 8 years ago)
- Last Synced: 2024-11-14T16:44:45.993Z (over 1 year ago)
- Topics: jest, selenium, webdriverio
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - jest-wdio
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.