Home > bebe-coffee-testdriver

bebe-coffee-testdriver

Bebe-coffee-testdriver is a project mainly written in JavaScript, it's free.

Small web app I wrote for learning basics of CoffeeScript and JsTestDriver

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.

running tests

  1. start the JsTestDriver builtin Jetty server on port 4224

    java -jar JsTestDriver.jar --port 4224

  2. attach one or more browsers by opening url http://localhost:4224/capture

  3. run the tests

    java -jar JsTestDriver.jar --tests all

compiling CoffeeScript

  coffee -b -o js -c coffee/bebe.coffee
Previous:SOS