Skip to content

jeroldhaas/ContinuousTests

 
 

Repository files navigation

ContinuousTests is a continuous testing tool for the .Net and Mono platform. It helps you with the way you do TDD by taking care of all compiling and testing in the background to help you work more efficiently. It also figures out exactly which tests to run, based on the changes you just made. So, instead of running all tests, it will only run those affected by your changes.

In addition to making sure your work flow is optimized it can generate graphs visualizing the relation between a piece of code and the tests run on it, annotation inside your code showing risk you are taking changing this piece of code, and more.


Prerequisites for compiling
    MS .Net / Mono
    Visual Studio 2010 SDK (windows)
    Ruby (only when running version change script)

To compile ContinuousTests run release.bat on Windows and release.sh on Linux (possibly osx). On windows it will deploy the stand alone binaries and the Visual Studio installer to the ReleaseBinaries\Installer folder. Please backup the world before you try out the VS addin installer. It is known to be buggy. On Linux it will deploy the stand alone client to ReleaseBinaries.
( https://www.microsoft.com/en-us/download/details.aspx?id=21835 : known working SDK : VS2010 required )

About

Continuous testing tool for .Net running only affected tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.2%
  • Ruby 17.1%
  • HTML 15.5%
  • C++ 1.2%
  • C 1.2%
  • Visual Basic .NET 0.9%
  • Other 2.9%