Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 739 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 739 Bytes

capstone-e

Using the Test Runner:

###Install Node, Grunt & Bower Node must be installed first

Download and Install Node

Install Grunt

$npm install -g grunt-cli

Install Bower

$npm install -g bower

-- ###Install Dependencies Run these commands from the projects root folder

Install project dependencies:

$npm install

Install the Test Runner dependencies

$cd testrunner; bower install; cd ..

-- ###Run Test Runner Run these commands from the projects root folder

Run tests and display results on devices or simulator

$grunt

Run tests on simulator version 3.0

$grunt test --sim=3.0

Build our framework

$grunt build

Get complete list of options

$grunt help