Welcome to Chutzpah - A JavaScript Test Runner
Pronunciation: hutz·pahChutzpah 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. It also supports running in the TeamCity continuous integration server.
Chutzpah supports both the QUnit and Jasmine testing frameworks.
Chutzpah uses the PhantomJS headless browser to run your tests.
Notice: Known issue and workaround if you have both NVidia and Intel video drivers
Recent News
- Chutzpah 2.4 – Code Coverage is a go!
- Chutzpah 2.3 with the chutzpah.json setting file
- Chutzpah 2.2 with TypeScript support
- Chutzpah 2.1 now with CoffeeScript support
- Anatomy of the Chutzpah test adapter for VS 2012 RC
Quick Downloads
- Command Line Runner
- Visual Studio Test Adapter for Visual Studio 2012
- Visual Studio Test Runner for 2010 and 2012
Contents
- What do I need to use this?
- What can Chutzpah do?
- How do I use Chutzpah?
- How can I use it with CoffeeScript?
- How to build the code?
- How can I contribute to this project?
Requirements
GeneralVisual Studio integration
- Visual Studio 2010
Features
Runs JavaScript unit tests from the command line
Run JavaScript unit tests from inside of Visual Studio
- Right click menu to run tests
- Shows test results in Error window
- Shows test results in Ouput window
- Integrates into VS 2012 Unit Test Explorer