Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 528 Bytes

Automate Test Automation Framework

The Automate Framework is an end to end framework to run UI Level automated tests on any browser.

It wraps around selenium webdriver protocols

Automate is compatible with nodejs v4 and newer.

Getting started

install mocha globally

npm install mocha -g To install all dependencies

npm install

To start, cd automate

npm link

To run tests, create a config file, see example in configs/config.js

then run with

automate configs/configfilename