Dexter JS
Dexter is a simple Test Helper to mock and spy methods and to fake the Ajax interface. It's framework independent, running with QUnit, Jasmine, Mocha, etc.
Getting Started
Download the minified version or the development version.
You may also install Dexter from NPM or Bower:
- NPM:
npm install --save-dev dexter
- Bower:
bower install --save-dev dexter
Or build your own copy.
Support
Dexter is supported and tested on:
Node
Desktop
- Firefox 4+
- Chrome 18+
- Internet Explorer 9+
- Safari 7+ (Mac OS)
Mobile
- Firefox for Android 23+
- Firefox OS
- Chrome (Android)
- iOS 6+
Documentation
The project documentation files are located in https://github.com/leobalter/DexterJS/tree/master/docs
Build
By git cloning this repository you can build your own copy.
First, install the grunt-cli if you haven't before. This should be installed globally (like this: npm install -g grunt-cli
).
Then install the project dependencies:
npm install
And build the distribution files:
grunt
The Contributors Hall
You are welcome to join us on the list of contributors for this project on Github.
Please, check the Contributing documentation, there're just a few steps.
License
Copyright (c) 2014 Leonardo Balter && Luan Muniz
Licensed under the MIT and GPL licenses.