Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
16,182
Downloads of v 4.4.8:
1,328
Last Update:
25 Jan 2020
Package Maintainer(s):
Software Author(s):
- Matthew Manela
Tags:
testing javascript tdd qunit jasmine mocha coffeescript typescript- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Chutzpah - A JavaScript Test Runner
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,182
Downloads of v 4.4.8:
1,328
Maintainer(s):
Software Author(s):
- Matthew Manela
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Chutzpah - A JavaScript Test Runner, run the following command from the command line or from PowerShell:
To upgrade Chutzpah - A JavaScript Test Runner, run the following command from the command line or from PowerShell:
To uninstall Chutzpah - A JavaScript Test Runner, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download chutzpah --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade chutzpah -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade chutzpah -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure chutzpah installed
win_chocolatey:
name: chutzpah
state: present
version: 4.4.8
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'chutzpah' do
action :install
version '4.4.8'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: chutzpah,
Version: 4.4.8,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller chutzpah
{
Name = 'chutzpah'
Ensure = 'Present'
Version = '4.4.8'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chutzpah':
provider => 'chocolatey',
ensure => '4.4.8',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install chutzpah version="4.4.8" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 25 Jan 2020.
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.
Install-ChocolateyZipPackage 'chutzpah' 'https://github.com/mmanela/chutzpah/releases/download/v4.4.8/Chutzpah.4.4.8.zip' "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Log in or click on link to see number of positives.
- StructureMap.dll (41e2df2c036d) - ## / 70
- AntiXssLibrary.dll (58c22681d080) - ## / 68
- phantomjs.exe (1cf9b2aa732b) - ## / 72
- SourceMapDotNet.dll (2c64ff34c571) - ## / 68
- Newtonsoft.Json.dll (575e30f98e4e) - ## / 65
- Microsoft.AspNetCore.Hosting.Abstractions.dll (426d08c73316) - ## / 71
- Microsoft.AspNetCore.Hosting.dll (f40f5dd4495f) - ## / 72
- Microsoft.AspNetCore.Hosting.Server.Abstractions.dll (cb4b507ed8d7) - ## / 70
- Microsoft.AspNetCore.Http.Abstractions.dll (6eb1e82dc551) - ## / 71
- Microsoft.AspNetCore.Http.dll (1ef8f4ae6b81) - ## / 72
- Microsoft.AspNetCore.Http.Extensions.dll (77f8ed456430) - ## / 72
- Microsoft.AspNetCore.Http.Features.dll (47bfe1834b62) - ## / 72
- Microsoft.AspNetCore.Server.Kestrel.dll (3c12e4f2f7c7) - ## / 71
- Microsoft.AspNetCore.StaticFiles.dll (3e8c19c89013) - ## / 67
- Microsoft.AspNetCore.WebUtilities.dll (4246f75c9889) - ## / 72
- Microsoft.Extensions.Configuration.Abstractions.dll (68da28dbf21c) - ## / 71
- Microsoft.Extensions.Configuration.dll (49670f4da8e4) - ## / 71
- Microsoft.Extensions.Configuration.EnvironmentVariables.dll (d10b720d92f2) - ## / 71
- Microsoft.Extensions.DependencyInjection.Abstractions.dll (331543777b55) - ## / 69
- Microsoft.Extensions.DependencyInjection.dll (ac5e76e43ab3) - ## / 71
- Microsoft.Extensions.FileProviders.Abstractions.dll (541c48e45447) - ## / 69
- Microsoft.Extensions.FileProviders.Physical.dll (8f0ebc8cc58f) - ## / 72
- Microsoft.Extensions.FileSystemGlobbing.dll (dbccf7d10f19) - ## / 72
- Microsoft.Extensions.Logging.Abstractions.dll (26b1d5866a6b) - ## / 72
- Microsoft.Extensions.Logging.dll (98e26b66d382) - ## / 71
- Microsoft.Extensions.ObjectPool.dll (f72917faa4b7) - ## / 72
- Microsoft.Extensions.Options.dll (c36d30edbac7) - ## / 71
- Microsoft.Extensions.PlatformAbstractions.dll (175e3d1a898d) - ## / 70
- Microsoft.Extensions.Primitives.dll (cf5a5650cd2b) - ## / 69
- Microsoft.Extensions.WebEncoders.dll (719caaf161ee) - ## / 70
- Microsoft.Net.Http.Headers.dll (615fcf005d3f) - ## / 70
- System.Buffers.dll (affe0828823b) - ## / 69
- System.Collections.Immutable.dll (34f95499ec19) - ## / 71
- System.Diagnostics.DiagnosticSource.dll (a83a46fe737c) - ## / 67
- System.Numerics.Vectors.dll (f73a0d219cd2) - ## / 68
- System.Reflection.Metadata.dll (b1f46253945a) - ## / 69
- System.Runtime.CompilerServices.Unsafe.dll (5cb754e28444) - ## / 69
- System.Runtime.InteropServices.RuntimeInformation.dll (2f141b72a2af) - ## / 69
- System.Threading.Tasks.Extensions.dll (2804e53913a5) - ## / 69
- libuv.dll (36f356aa4eb7) - ## / 72
- node.exe (eb41ebd07e30) - ## / 69
- System.Text.Encodings.Web.dll (098249975b8d) - ## / 62
- Chutzpah.4.4.8.nupkg (1b87e72174fc) - ## / 61
- Chutzpah.4.4.8.zip (0f668130196a) - ## / 61
- chutzpah.console.exe (a48e2897f665) - ## / 73
- chutzpah.dll (edd275842ccc) - ## / 72
- Chutzpah.VS.Common.dll (09a1983f6e2f) - ## / 69
- Chutzpah.VS2012.TestAdapter.dll (292cef73547b) - ## / 72
- ServiceStack.Text.dll (e6f06dd7b1ef) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Chutzpah - A JavaScript Test Runner 4.4.8 | 1328 | Saturday, January 25, 2020 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.7 | 189 | Friday, October 4, 2019 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.6 | 453 | Wednesday, July 24, 2019 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.5 | 186 | Monday, May 13, 2019 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.4 | 362 | Monday, January 7, 2019 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.3 | 191 | Wednesday, November 14, 2018 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.2 | 212 | Friday, September 28, 2018 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.1 | 137 | Tuesday, September 25, 2018 | Approved |
Chutzpah - A JavaScript Test Runner 4.4.0 | 194 | Thursday, September 20, 2018 | Approved |
Chutzpah - A JavaScript Test Runner 4.3.6 | 609 | Monday, December 11, 2017 | Approved |
Chutzpah - A JavaScript Test Runner 4.3.5 | 457 | Saturday, September 16, 2017 | Approved |
Chutzpah - A JavaScript Test Runner 4.3.3 | 720 | Wednesday, December 14, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.3.2 | 340 | Saturday, December 10, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.3.1 | 370 | Tuesday, November 29, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.3.0 | 339 | Saturday, November 19, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.2.4 | 558 | Saturday, September 3, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.2.3 | 437 | Wednesday, June 1, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.2.2 | 365 | Saturday, April 23, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.2.1 | 382 | Tuesday, April 5, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.2.0 | 474 | Tuesday, February 2, 2016 | Approved |
Chutzpah - A JavaScript Test Runner 4.1.0 | 680 | Thursday, September 3, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 4.0.3 | 559 | Saturday, June 6, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 4.0.2 | 362 | Wednesday, June 3, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 4.0.1 | 437 | Thursday, April 30, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 4.0.0 | 422 | Monday, April 6, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 3.3.1 | 459 | Monday, January 26, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 3.3.0 | 383 | Sunday, January 25, 2015 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.6 | 656 | Saturday, November 8, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.5 | 438 | Wednesday, October 22, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.4 | 412 | Wednesday, September 17, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.3 | 413 | Monday, August 25, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.2 | 439 | Friday, May 16, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.1.1 | 422 | Saturday, March 15, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.1 | 364 | Friday, March 14, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.2.0 | 425 | Tuesday, March 11, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.1.1 | 462 | Thursday, February 20, 2014 | Approved |
Chutzpah - A JavaScript Test Runner 3.1.0 | 395 | Sunday, February 16, 2014 | Approved |
- Add Jasmine 3.5 (requires using Chrome or JsDom engine)
This package has no dependencies.
Ground Rules:
- This discussion is only about Chutzpah - A JavaScript Test Runner and the Chutzpah - A JavaScript Test Runner package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Chutzpah - A JavaScript Test Runner, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.