Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksafranski/testsuite

Example of Mocha, Blanket, RequireJS and Grunt working in harmony
https://github.com/ksafranski/testsuite

Last synced: 3 days ago
JSON representation

Example of Mocha, Blanket, RequireJS and Grunt working in harmony

Awesome Lists containing this project

README

        

# TestSuite

An example of Mocha, Blanket, RequireJS and Grunt working together for a complete
unit testing and code coverage solution.

## Setup & Running

To run this you need to have NodeJS with NPM installed. After cloning the repo
simply run `npm install` to get the dev dependencies and then `bower install` to
to load the front-end dependencies.

You can then access the tests in browser at:

```
http://yourserver.com/{install_path}/test
```

Or run the tests in grunt via `grunt tests`.