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

https://github.com/rmkanda/wdio-boilerplate

Sample automation boilerplate based on WebdriverIO
https://github.com/rmkanda/wdio-boilerplate

Last synced: 22 days ago
JSON representation

Sample automation boilerplate based on WebdriverIO

Awesome Lists containing this project

README

          

# Bolilerplate for UI automation with WebdriverIO [![Build Status](https://travis-ci.org/rmkanda/wdio-boilerplate.svg?branch=master)](https://travis-ci.org/rmkanda/wdio-boilerplate)

## System Dependencies

- Node
- allure `npm install -g allure-commandline`

## Setup

- Install dependencies `npm install`
- Running tests `npm test`
- Viewing Report `npm report`

## NOTE:

For running in kubernetes change the wdio.conf.js `localhost` to `selenium-hub`