A RubyGem to wrap JsTestDriver: JavaScript autotest and more
I’ve written up a piece on JsTestDriver, the new-ish testing framework from Google. It’s pretty solid: allowing you to have tests executed in one or many browsers, yet still run them on the command line (or in an IDE) Check it out if you haven’t already. I’ve written a small gem that wraps JsTestDriver, giving you colored output in the shell as well as autotest (built on top of the awesome Watchr gem): Jstdutil
Post a comment