This is a small web application that I wrote to learn JsTestDriver and some CoffeeScript.
Live demo is hosted on http://lamikae.github.com/bebe-coffee-testdriver.
-
start the JsTestDriver builtin Jetty server on port 4224
java -jar JsTestDriver.jar --port 4224
-
attach one or more browsers by opening url http://localhost:4224/capture
-
run the tests
java -jar JsTestDriver.jar --tests all
coffee -b -o js -c coffee/bebe.coffee