Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 3.39 KB

readme.md

File metadata and controls

68 lines (37 loc) · 3.39 KB

Chutzpah - A JavaScript Test Runner

Pronunciation: hutz·pah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha, CoffeeScript and TypeScript.

For comments, praise, complaints you can reach me on twitter at @mmanela.

Chutzpah supports the QUnit, Jasmine and Mocha testing frameworks. Chutzpah uses the PhantomJS headless browser to run your tests.

Notice: Version 4.1: Breaking change to how reference comments are processed

Get Chutzpah

Recent News

Quick Links

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