Skip to main content

Articles tagged with "simpletest"

Hudson and Simpletest

21st Aug 2009

We've recently set up a Hudson Continuous Integration build server to help us with testing our sites. We got selenium up and running fairly quickly, it installs and tests all the sites and Hudson has aplugin to report the results from selenium tests. But we also wanted to run simpletests and report those results too. This article explains how I've set it up on our server, and will hopefully give you a head start on the way to getting it set up on yours.

The problem:

  1. Run simpletests from the command line.
  2. Integrate the results with the Hudson's...
Read more