Skip to content

remogloor/StatLight

This branch is 1 commit ahead of, 49 commits behind staxmanade/StatLight:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a604993 · Jan 24, 2012
Apr 22, 2011
Dec 30, 2011
Jan 24, 2012
Jan 24, 2012
Oct 6, 2010
Dec 29, 2011
Dec 26, 2011
Dec 2, 2009
May 14, 2011
Apr 21, 2010
Dec 27, 2011
Dec 27, 2011
Jul 2, 2010
Apr 21, 2010
Jan 24, 2012
Dec 26, 2011
Dec 22, 2011
Dec 22, 2011
May 31, 2010
Feb 27, 2010

Repository files navigation

What Is StatLight?

StatLight is a tool developed for automating the setup, execution, and gathering results of Silverlight unit tests. StatLight helps to speed up the feedback cycles while practicing TDD/BDD/(insert your test style here) during Silverlight development.

Project Resource Links and Information

Where do I get the most current release?

http://statlight.codeplex.com

How to build?

StatLight build infrastructure is put together with a number of psake tasks.

  1. Make sure the location you extract the project is not too far from your drives root as it runs into some msbuild max file path issues.
  2. Execute the build of choice. Release build ----- You can either execute - build-Full-Release.bat (compile the solution, runs test suite, creates package release) or - build-Full-Release-skip-tests.bat (compile the solution, creates package release) then - you should find the build artifacts in the .\Release folder. Debug build ----- execute the build-Debug.bat file and you can check out the artifacts placed in .\src\build...

Build NOTE: The unit/integration tests throw up quite a few assertion dialogs, and message boxes (Don't close them yourself, unless it hangs for more than 15 seconds). They should close automatically during the build.

Contributors

Thanks for contributions from:

About

Silverlight Testing Automation Tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.9%
  • Puppet 1.2%
  • Other 0.9%