Skip to content

mmanela/chutzpah

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 4, 2019 06:36
July 13, 2022 06:34
July 13, 2022 06:34
February 24, 2022 09:12
December 3, 2021 18:54
April 16, 2020 08:32
September 20, 2018 14:06
July 13, 2022 06:34
July 13, 2022 06:34
July 13, 2022 06:34
July 13, 2022 06:34
July 13, 2022 06:34
September 3, 2015 08:40
December 5, 2021 06:29
February 24, 2022 09:12
November 8, 2014 11:20
June 19, 2021 19:56
February 28, 2012 17:30
February 24, 2022 09:12
February 3, 2016 21:04
December 5, 2021 14:59

Chutzpah - A JavaScript Test Runner

Introduction

This fork is meant to build extension packages for Visual Studio 2022 only. It does not have any prebuilt packages yet.

Prerequisites:

To build:

  • Check out source code

  • 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"

  • Run build Install

  • Run build Package

If all goes well, then you should see 2 vxis packages in _package folder.


Pronunciation: hutz·pah

Build Status Chutzpah NuGet version

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.

Get Chutzpah

Test Framework Versions

  • Qunit 2.6.2
  • Jasmine 2.9
  • Mocha 3.2.0

Recent News

Quick Links

Building the code

  1. Clone the repo
  2. One time run .\build.bat install - This will install all dependencies
  3. Run .\build - This will build all the code and run tests.
  4. Open solution Chutzpah.NoVS.sln for normal changes

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