Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ksafranski/testsuite
- Owner: ksafranski
- Created: 2013-12-27T17:01:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-27T18:23:40.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T09:19:37.203Z (7 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 12
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.