Joachim Haagen Skeie (joachimhs) wrote:
What test libraries would you like see covered in the book Ember.js in Action?
There is also a topic on the books forum, reply to whichever :) http://www.manning-sandbox.com/thread.jspa?threadID=56418&tstart=0
Some alternatives for unit testing:
- Mocha (http://visionmedia.github.com/mocha/)
- Sinon.js (http://sinonjs.org/)
- QUnit (http://qunitjs.com/)
- Buster.js (http://docs.busterjs.org/en/latest/)
- Others ?
Is GUI Testing relative/wanted ?
- Phantom.js (http://phantomjs.org/)
- WebDriver/Selenium (http://docs.seleniumhq.org/)
- Others ?