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
- Host: GitHub
- URL: https://github.com/just-boris/wdio-demo
- Owner: just-boris
- Created: 2016-01-24T23:29:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T15:19:20.000Z (over 2 years ago)
- Last Synced: 2025-03-22T08:23:41.728Z (7 months ago)
- Topics: allure, example, webdriver
- Language: JavaScript
- Size: 874 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wdio-demo [](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!