Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 744 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 744 Bytes

#Test dookie-css with mocha.js & casper.js

Dookie uses mocha.js for unit testing of mixins and casper.js for visualizing them.

You can run unit tests with several commands:

npm test

or

make test

##Screenshots

To test Dookie visually you'll need to install all dependencies:

npm install

and then start test server:

node ./test/server.js

and in new terminal window run test itself (be sure that you have casper.js installed on your machine):

make screenshots

Then you can check how mixins actually look like while going into ./test/screenshots folder.