Skip to content

hulyak/wdio-selenium-testing

Repository files navigation

WebDriverIO Selenium Testing

Installation

the website we are testing: https://webdriverio-course-site.netlify.com/

# install dependencies
npm install

# run the tests
npm test

# to test specific files, example:
npm test -- --spec=specs/tabs.spec.js

# generate allure report
npm run allure-report