Skip navigation.

Setting up Watir with Cruise Control

Setting up Watir with Cruise Control

Last week I set up Watir so that its unit tests are run automatically whenever any changes are committed (“checked in”) to the development repository. This is done with Cruise Control, a tool which watches repositories, runs tests and...