* You are viewing the archive for the ‘Uncategorized’ Category

Windmill Reporting

Adam wrote a great post recently on some code he wrote that outputs his test results in an xml format that Hudson can digest. It serves as an example of a fairly underutilized feature in functest for reporting. It’s incredibly simple and powerful, you add a simple class to the highest level __init__.py with your report code and it will be called when all the tests have finished. Ideally you want to checkin your reporting mechanism with the source for all your tests but only run the reporter when it runs in continuous integration. Another functest ... Continue Reading

Windmill 0.2.4 Now Available

Wow! Two bugfix releases in one day :)

Only two fixes but we thought they were important enough to roll out right away

  • Fixed Ubuntu Gutsy firefox launcher
  • Fixed saving when windmill is installed as root