Chutzpah 2.0.0
See the version list below for details.
dotnet add package Chutzpah --version 2.0.0
NuGet\Install-Package Chutzpah -Version 2.0.0
<PackageReference Include="Chutzpah" Version="2.0.0" />
paket add Chutzpah --version 2.0.0
#r "nuget: Chutzpah, 2.0.0"
// Install Chutzpah as a Cake Addin #addin nuget:?package=Chutzpah&version=2.0.0 // Install Chutzpah as a Cake Tool #tool nuget:?package=Chutzpah&version=2.0.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.
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 | 216,407 | 7/13/2022 |
4.4.12 | 333,380 | 9/24/2021 |
4.4.11 | 38,609 | 6/20/2021 |
4.4.10 | 336,853 | 4/16/2020 |
4.4.9 | 1,872 | 4/13/2020 |
4.4.8 | 43,349 | 1/25/2020 |
4.4.7 | 56,873 | 10/4/2019 |
4.4.6 | 71,254 | 7/24/2019 |
4.4.5 | 101,513 | 5/13/2019 |
4.4.4 | 99,543 | 1/7/2019 |
4.4.3 | 26,386 | 11/14/2018 |
4.4.2 | 47,868 | 9/28/2018 |
4.4.1 | 3,201 | 9/25/2018 |
4.4.0 | 3,712 | 9/20/2018 |
4.3.7 | 265,979 | 5/2/2018 |
4.3.6 | 215,640 | 12/11/2017 |
4.3.5 | 274,620 | 9/16/2017 |
4.3.4 | 373,324 | 2/15/2017 |
4.3.3 | 186,723 | 12/14/2016 |
4.3.2 | 5,286 | 12/10/2016 |
4.3.1 | 16,064 | 11/29/2016 |
4.3.0 | 40,351 | 11/19/2016 |
4.2.4 | 233,603 | 9/3/2016 |
4.2.3 | 747,239 | 6/1/2016 |
4.2.2 | 236,711 | 4/23/2016 |
4.2.1 | 212,771 | 4/5/2016 |
4.2.0 | 248,399 | 2/2/2016 |
4.1.0 | 335,471 | 9/3/2015 |
4.0.3 | 148,163 | 6/6/2015 |
4.0.2 | 10,586 | 6/3/2015 |
4.0.1 | 25,793 | 4/30/2015 |
4.0.0 | 59,464 | 4/6/2015 |
3.3.1 | 114,622 | 1/26/2015 |
3.3.0 | 1,837 | 1/25/2015 |
3.2.6 | 53,298 | 11/8/2014 |
3.2.5 | 5,319 | 10/22/2014 |
3.2.4 | 69,431 | 9/17/2014 |
3.2.3 | 7,315 | 8/25/2014 |
3.2.2 | 308,266 | 5/16/2014 |
3.2.1.1 | 74,712 | 3/15/2014 |
3.2.0 | 3,833 | 3/11/2014 |
3.1.1 | 36,148 | 2/20/2014 |
3.1.0 | 54,695 | 2/14/2014 |
3.0.1 | 50,880 | 12/22/2013 |
3.0.0 | 17,684 | 12/13/2013 |
2.5.0 | 53,371 | 9/1/2013 |
2.4.3 | 10,805 | 7/12/2013 |
2.4.1 | 12,011 | 5/18/2013 |
2.4.0 | 4,743 | 4/24/2013 |
2.3.0 | 7,712 | 2/5/2013 |
2.2.1 | 13,058 | 10/27/2012 |
2.2.0 | 1,878 | 10/25/2012 |
2.1.0 | 6,396 | 9/8/2012 |
2.0.1 | 2,535 | 7/30/2012 |
2.0.0 | 2,079 | 7/14/2012 |
1.4.2 | 2,491 | 5/7/2012 |
1.4.1 | 5,707 | 3/28/2012 |
1.4.0 | 1,778 | 3/14/2012 |
1.3.2 | 1,938 | 2/10/2012 |
1.3.1.1 | 1,944 | 12/8/2011 |
1.3.0 | 1,786 | 11/19/2011 |
1.2.0 | 2,969 | 9/12/2011 |
* Added streaming of test results
* Added ability to run test files in parallel
* Changed behavior when running html files to run them in place
* Added options menu for the VS 2012 test adapter
* Added ability to choose between Html files, JS files or both in test adapter
* Added support for older versions of QUnit
* Updated callback API with new methods
* Added better error handling
* Upgraded version of Jasmine, QUnit and PhantomJS
* Added initial support for RequireJS
* Bug fixes