Skip to content

Erkan-Yilmaz/Giles

 
 

Repository files navigation

Giles - Watcher extraordinaire..

a continuous test runner for .NET applications. True to form, Giles will watch you kick ass, and let you know right away when you have made a mistake (intentionally or not).

Usage:

giles.exe -s [path_to_solution]

or

giles.ps1 (from root of solution, this will usually find your solution and test assemblies for you)

(giles-x86.exe and giles-x86.ps1 are also available for strictly 32-bit applications)

Command Line Help:

Giles Options

s, SolutionPath Required. Path to the sln file

t, TestAssemblyPath Required. Path to the test assembly dll ( Optional, Giles will try to find the test assembly )

help Display this help screen.

Interactive Console:

While in the interactive console, press ? for a list of options:

Interactive Console Options:
  ? = Display options 
  
  C = Clear the window
  
  I = Show current configuration
  
  R = Run build & tests now
  
  V = Display last test run messages
  
  E = Display last test run errors
  
  B = Set Build Delay
  
  Q = Quit  

For more information and requirement to run Giles, please visit the wiki

About

a continuous testing tool for .NET applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.6%
  • PowerShell 2.6%
  • Ruby 2.4%
  • Shell 2.4%