Last Updated: February 25, 2016
·
1.107K
· arielle

Get QUnit & PhantomJS running in Windows

  1. npm install phantomjs
  2. Put phantomjs/lib/phantom/phantomjs.exe in your node_modules/bin
  3. Run qunit testing with phantomjs: bbb/grunt.cmd qunit OR bbb/grunt.cmd default.

*bbb: https://github.com/backbone-boilerplate/grunt-bbb
*grunt: https://github.com/gruntjs/grunt