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

https://github.com/just-boris/wdio-demo

A demo project of Webdriver.io tests with reporting by Allure
https://github.com/just-boris/wdio-demo

allure example webdriver

Last synced: 6 months ago
JSON representation

A demo project of Webdriver.io tests with reporting by Allure

Awesome Lists containing this project

README

          

# wdio-demo [![Build Status](https://travis-ci.org/just-boris/wdio-demo.svg?branch=master)](https://travis-ci.org/just-boris/wdio-demo)
A demo project of Webdriver.io tests with reporting by Allure

## How to start

1. Project requires Node.js and Java
2. Clone this repository
3. `npm install`

Run tests using `npm test`. It will run browser on your local machine and perform some tests.

Once you have tests finished, run `npm run report` and you will see the Allure report.

Tests are in `test/` folder. You can play around and add new tests. More information about API and supported commands you can find in [Webdriver.IO docs](http://webdriver.io/api.html)

Happy testing!