Chutzpah: A JavaScript Test RunnerChutzpah (hutz·pah) is an open source JavaScript unit 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 client. Chutzpah supports both the QUnit, Jasmine and Mocha testing frameworks. For integration into Visual Studio Unit Text Explorer check out the Chutzpah Test Adapter. For more information and downloads (including the command line version) visit the Chutzpah GitHub page at https://github.com/mmanela/chutzpah For information about new releases check Matthew Manela's blog Recent News
FeaturesRun 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 Configure Chutzpah settings on options page under Tools->Options->Chutzpah->Settings Runs JavaScript unit tests from the command line
|