Chutzpah 2.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Chutzpah --version 2.4.0
NuGet\Install-Package Chutzpah -Version 2.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Chutzpah" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chutzpah --version 2.4.0
#r "nuget: Chutzpah, 2.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Chutzpah as a Cake Addin
#addin nuget:?package=Chutzpah&version=2.4.0

// Install Chutzpah as a Cake Tool
#tool nuget:?package=Chutzpah&version=2.4.0

Chutzpah 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Chutzpah:

Repository Stars
jwaliszko/ExpressiveAnnotations
Annotation-based conditional validation library.
roadkillwiki/roadkill
A modern .NET Wiki
Version Downloads Last updated
4.4.13 140,351 7/13/2022
4.4.12 246,339 9/24/2021
4.4.11 33,861 6/20/2021
4.4.10 296,033 4/16/2020
4.4.9 1,833 4/13/2020
4.4.8 41,034 1/25/2020
4.4.7 54,289 10/4/2019
4.4.6 66,599 7/24/2019
4.4.5 98,140 5/13/2019
4.4.4 91,167 1/7/2019
4.4.3 25,459 11/14/2018
4.4.2 44,563 9/28/2018
4.4.1 2,870 9/25/2018
4.4.0 3,648 9/20/2018
4.3.7 251,891 5/2/2018
4.3.6 200,503 12/11/2017
4.3.5 263,436 9/16/2017
4.3.4 354,621 2/15/2017
4.3.3 179,617 12/14/2016
4.3.2 5,189 12/10/2016
4.3.1 15,993 11/29/2016
4.3.0 40,243 11/19/2016
4.2.4 220,461 9/3/2016
4.2.3 731,408 6/1/2016
4.2.2 218,546 4/23/2016
4.2.1 193,673 4/5/2016
4.2.0 230,369 2/2/2016
4.1.0 316,629 9/3/2015
4.0.3 143,041 6/6/2015
4.0.2 10,479 6/3/2015
4.0.1 25,186 4/30/2015
4.0.0 57,439 4/6/2015
3.3.1 103,295 1/26/2015
3.3.0 1,803 1/25/2015
3.2.6 52,468 11/8/2014
3.2.5 5,236 10/22/2014
3.2.4 53,068 9/17/2014
3.2.3 6,831 8/25/2014
3.2.2 302,789 5/16/2014
3.2.1.1 72,726 3/15/2014
3.2.0 3,758 3/11/2014
3.1.1 33,529 2/20/2014
3.1.0 53,113 2/14/2014
3.0.1 50,222 12/22/2013
3.0.0 16,764 12/13/2013
2.5.0 48,906 9/1/2013
2.4.3 10,252 7/12/2013
2.4.1 11,424 5/18/2013
2.4.0 4,558 4/24/2013
2.3.0 7,097 2/5/2013
2.2.1 9,425 10/27/2012
2.2.0 1,825 10/25/2012
2.1.0 5,883 9/8/2012
2.0.1 2,466 7/30/2012
2.0.0 2,018 7/14/2012
1.4.2 2,451 5/7/2012
1.4.1 5,113 3/28/2012
1.4.0 1,725 3/14/2012
1.3.2 1,886 2/10/2012
1.3.1.1 1,891 12/8/2011
1.3.0 1,744 11/19/2011
1.2.0 2,824 9/12/2011

* Added Code Coverage support (item 113)
* Updated versions of QUnit(v1.11.0), TypeScript(v0.8.3) and CoffeeScript(v1.6.2)
* jasmin-jQuery toContain tests fail with reason "Passed." (item 95)
* FileSearchLimit=300 cancels test run with more than 300 tests (item 89)
* /failOnScriptError exits with 1 even when there are not errors (item 97)
* 'undefined' is not a function after updating to 2.3 (item 96)
* No tests found when using QUnit.test instead of test (item 94)
* Allow including files without building them (item 93)
* Improve "/openInBrowser" (item 91)
* Add TestFileTimeout setting to chutzpah.json (item 110)
* Need a later version of phantom bundled with Chutzpah (item 107)
* QUnit test runner module gotcha in 2.3 (item 109)
* Support for unicode (item 111)
* Improve CoffeeScript parse error reporting (item 80)