Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 680 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 680 Bytes

wdio-demo Build Status

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

Happy testing!