This fork is meant to build extension packages for Visual Studio 2022 only. It does not have any prebuilt packages yet.
Prerequisites:
To build:
Open a Command Prompt. If you are using something other than Community offering, then set this msbuild location variable
setx Chutzpah_MSBuild_Path "Path_toMbuild_folder"
e.g. setx Chutzpah_MSBuild_Path "C:\Program Files\Microsoft Visual Studio\2022\Professional\Msbuild\Current\Bin\amd64"
build Install
build Package
If all goes well, then you should see 2 vxis packages in _package
folder.
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 either JSDom, Chrome or PhantomJS to run your tests.
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