Chutzpah - A JavaScript Test Runner

Free

Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio.

(7) Review
Visual Studio
2012, 2010
Download (13,189)
5/18/2013
2.4.1
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (7)
Q and A (1)
Sign in to Write a Review
Sort By:

by Ilya Voloshin | March 21 2013

by Mads Kristensen | November 28 2012

by Nick Cox | November 17 2012

Love it!

by David Wesst | May 10 2012

This is exactly what JavaScript/Web development needs. Thanks for making it work and available to the world.

by BenQ | November 20 2011

by Steven Wilssens MSFT | August 10 2011

by Albert Kim | June 20 2011

Must have for anyone doing TDD.

Sign in to Start a Discussion


  • TFS Consecutively Queued Builds
    1 Posts | Last Post March 21, 2013
    • Matt, I think you have made a great test runner! I just have one small issue I was hoping you could help me with. It seems when multiple builds are queued up on our TFS build server consecutively, the second one always fails because it us unable to clean up the build folder. It is unable to clean it up because it cannot delete phantomjs.exe file. So, I was wondering if Chutzapah.ITestRunner has either methods to close phantomjs.exe, or there's some other way to do it? Thank you in advance, Ilya