buster-test

Test contexts, BDD specs, test runner and reporters for Buster.JS.
Changelog
0.7.13 (19.06.2015)0.7.12 (16.12.2014)
0.7.11 (15.11.2014)
0.7.10 (02.11.2014)
- Separate contexts via | in brief reporter #254 - default mode separate test name from test case name
0.7.9 (21.10.2014)
- New option
allowFocusMode
to disable focus rocket #327 - Command line switch to fail on focus rocket
0.7.8 (17.09.2014)
0.7.7 (06.06.2014)
- JsDom updated to version ~0.10 for issue #410 - Buster is modifying the global
Error
object (via old JSDOM)
0.7.6 (05.05.2014)
- Runtime throttler and pre-event runtime removed
- uuid is consistently exposed with events now
- fix for html2 reporter Add quotes to
class
property in html2 reporter - fix for issue #386 - console.log() outputs twice
Running tests
To run tests in the browser:node_modules/buster-util/jstdhtml
Open test/test.html in a browserYou can also run JsTestDriver from the root directory.