Install NodeJs (Test suite requires Node.js v8+ to run) Install webdriverio globally $ npm install -g webdriverio Install dependencies $ npm install Run tests $ npm run test Install Allure Command Line Tool globally $ npm install -g allure-commandline Run allure to generate the report $ allure generate allure-results --clean -o allure-report Open index.html file in the created allure report folder Success overview screen Succes suites screen Failed scenario with the screenshot