Fork me on GitHub

Giles by codereflection

a continuous testing tool for .NET applications.

Giles is a continuous testing tool for .NET applications. Just point Giles to your solution, test assembly, and project root and watch him run your tests immediately after saving any *.cs file. Currently only C#, mspec, and nunit are supported.

Install

Getting Started To get started, add Giles to your project with Nuget:
nuget install Giles
or
Install-Package Giles
or download the latest release from the Github downloads.

Requirements:

Screenshots

Authors

Jeff Schumacher (@codereflection) (just a guy with an idea)
Bobby Johnson (@notmyself) (Growl support)
Paul Batum (@paulbatum) (Recently fixed our build!)
Scott Koon (@lazycoder) (XUnit.net support)
Mario Pareja (@mario_pareja) (Test assembly inference & other fixes)

Contact

Jeff Schumacher (jeff@codingreflection.com)

Google Group

http://groups.google.com/group/giles-continuous-testing

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/codereflection/Giles