https://github.com/qualityshepherd/wdio-example
Example WebdriverIO e2e tests
https://github.com/qualityshepherd/wdio-example
Last synced: over 1 year ago
JSON representation
Example WebdriverIO e2e tests
- Host: GitHub
- URL: https://github.com/qualityshepherd/wdio-example
- Owner: qualityshepherd
- Created: 2015-11-29T17:59:19.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T17:14:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T07:21:46.607Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WebdriverIO Example Tests
Example tests using WebdriverIO.
## Install
1. Assumes: [NodeJS](https://nodejs.org/en/), and [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
1. Clone the tests: `git clone https://github.com/ceros/wdio-example-tests`
2. cd into repo root: `cd wdio-example-tests`
3. Install dependencies: `npm install`
## Run Tests
`npm test`