https://github.com/halfzebra/wdio-starter
:seedling: Minimal WebdriverIO setup
https://github.com/halfzebra/wdio-starter
starter-template webdriverio
Last synced: over 1 year ago
JSON representation
:seedling: Minimal WebdriverIO setup
- Host: GitHub
- URL: https://github.com/halfzebra/wdio-starter
- Owner: halfzebra
- Created: 2019-01-10T20:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T17:32:58.000Z (about 6 years ago)
- Last Synced: 2025-01-20T10:14:03.628Z (over 1 year ago)
- Topics: starter-template, webdriverio
- Language: JavaScript
- Homepage:
- Size: 3.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wdio-starter
[](https://travis-ci.org/halfzebra/wdio-starter) [](https://greenkeeper.io/)
Minimal [WebdriverIO](https://webdriver.io/) setup.
## Runninng locally
Make sure you have [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed by running `java -v`.
```bash
npm install
```
Run tests with:
```bash
npm test
```