Skip to content

inspector-ambitious/stimuli

Repository files navigation

Stimuli

Build Status Code Climate Coverage Status devDependency Status

What is it ?

A testing framework using dom events injection to simulates users interaction.

Which browsers are supported ?

  • IE8+
  • Firefox ESR+
  • Chrome 23+
  • Safari 5.1+
  • PhantomJS 1.9+
  • Opera 15+
  • Android 4+
  • IOS 6+

How to build ?

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

How to tests ?

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!

About

A testing framework using dom events injection to simulate user interactions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors