hulyak / wdio-selenium-testing

Home Page:https://webdriverio-course-site.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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