A demo project of Webdriver.io tests with reporting by Allure
- Project requires Node.js and Java
- Clone this repository
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!