Test Automation Framework for Web Apps
Test Automation project to run:
- UI tests using WebDriverIO with Mocha
Against Web Apps
- 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
npm install
: install required packages
npm test
: run all functional tests
- N/A for now
--spec
: npm test -- --spec=path-to-feature-file