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.
Recent News
Quick Downloads
Contents
- What do I need to use this?
- What can Chutzpah do?
- How do I use Chutzpah?
- How to build the code?
- How can I contribute to this project?
Requirements
General
Visual Studio integration
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
