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
Quick Downloads
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
General
Visual Studio integration
- Visual Studio 2010
- Visual Studio 2012
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
