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

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

Awesome Lists containing this project

README

          

# wdio-starter

[![Build Status](https://travis-ci.org/halfzebra/wdio-starter.svg?branch=master)](https://travis-ci.org/halfzebra/wdio-starter) [![Greenkeeper badge](https://badges.greenkeeper.io/halfzebra/wdio-starter.svg)](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
```