Skip to content
hammerdr edited this page Sep 14, 2010 · 5 revisions

OJAutotest is a tool that automatically runs relevant tests as you develop your Cappuccino application. It is intended to be used as a developer tool the reduces the time you receive feedback about your tests and to reduce the number of keystrokes it takes to run your tests.

Installation

sudo tusk install http://github.com/chandlerkent/fsevents/zipball/master http://github.com/chandlerkent/growl-js/zipball/master http://github.com/280north/OJTest/zipball/master

Requirements

  • Mac OS X
  • OJUnit (comes with OJTest)
  • Narwhal (comes with Cappuccino)
  • FSEvents
  • Growl-JS

Tips

  • You have to put all of your tests that you want OJAutotest to run in the “Test” folder.
  • OJAutotest should be run from the top level of your Cappuccino application.
  • For forward-compatibility, your filenames should be suffixed with “Test.” E.g. “AppController.j” => “AppControllerTest.j”

Clone this wiki locally