Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 571 Bytes

webdriverio-framework

Test Automation Framework for Web Apps

What

Test Automation project to run:

  • UI tests using WebDriverIO with Mocha

Against Web Apps

Why

  • WebDriverIO is build on-top of Selenium
  • WebDriverIO is built with Node & JavaScript
  • JavaScript is friendly for devs that build web Apps and has huge community

How

  • npm install : install required packages

Execute

  • npm test : run all functional tests

Reports

  • N/A for now

Execution Params

Feature

  • --spec: npm test -- --spec=path-to-feature-file