Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 320 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 320 Bytes

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