Mocha - the fun, simple, flexible JavaScript test framework
january 2012 by rybesh
Mocha is a feature-rich JavaScript test framework running on node and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
nodejs
javascript
testing
qa
january 2012 by rybesh
mhevery/jasmine-node - GitHub
january 2012 by rybesh
Write the specifications for your code in *.js and *.coffee files in the spec/ directory (note: your specification files must end with either .spec.js or .spec.coffee; otherwise jasmine-node won't find them!). You can use sub-directories to better organise your specs.
javascript
nodejs
testing
qa
coffeescript
january 2012 by rybesh
git-bisect(1) - Linux man page
november 2011 by rybesh
This command uses git rev-list --bisect to help drive the binary search process to find which change introduced a bug, given an old "good" commit object name and a later "bad" commit object name.
debugging
development
qa
testing
november 2011 by rybesh
Copy this bookmark: