A testing framework using dom events injection to simulates users interaction.
- IE8+
- Firefox ESR+
- Chrome 23+
- Safari 5.1+
- PhantomJS 1.9+
- Opera 15+
- Android 4+
- IOS 6+
Install grunt:
npm install -g grunt-cli
Install bower:
npm install -g bower
Install all required node modules:
npm install
Build stimuli in build/:
grunt build
The testing frameworks are: mocha, Sinon.JS and expect.js.
The tests are automatically run with karma.
To continuously run the tests on the browsers of your choice:
grunt karma_watch
To lint all the js files:
grunt jshint
Cross Browser tested on each build thanks to BrowserStack's support!



