Chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
Alternatives To Chutzpah
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Karma11,822297,00346,6672 months ago222June 14, 2022345mitJavaScript
Spectacular Test Runner for JavaScript
Webdriverio8,0405,4961,15118 hours ago459September 23, 2022162mitTypeScript
Next-gen browser and mobile automation test framework for Node.js
Teaspoon1,4392,45420a month ago21March 16, 202140JavaScript
Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
Public735
5 days ago141
Repository for Wallaby.js questions and issues
Chutzpah55115418 months ago74July 13, 202210apache-2.0JavaScript
Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
Yadda416197873 days ago108December 30, 202127JavaScript
A BDD javascript library
Sazerac3244913a year ago12May 02, 202028mitJavaScript
Data-driven unit testing for Jasmine, Mocha, and Jest
Rxjs Marbles2976010224 days ago53July 13, 20212mitTypeScript
An RxJS marble testing library for any test framework
Browserify268
5 years ago13Vue
A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
Babel Plugin Tester2641,5197096 days ago41May 29, 20216mitTypeScript
Utilities for testing babel plugins
Alternatives To Chutzpah
Select To Compare


Alternative Project Comparisons
Readme

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: hutzpah

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

Popular Mocha Projects
Popular Jasmine Projects
Popular Software Quality Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Visual Studio
Tdd
Mocha
Jasmine
Testing Tools