Skip to content
vencoreshared edited this page Jul 6, 2015 · 6 revisions

####k. Wrote unit tests for their code

The team utilized Mocha framework for writing unit test cases. These test cases are written in test.js file and provide the ability run as a separate task, or as part of the continuous integration build process using Grunt tasks.

The test cases are currently located in the Github repository.

Following are the instructions on how to run unit tests from the source

git clone https://github.com/vencoreinc/18FAGILEPROTOTYPE.git vencoredemo
cd vencoredemo/development/src
grunt unitTest

Additional details on the continuous integration process are provided in Evidence-l.

Clone this wiki locally