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

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

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`