lesyk / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.

Home Page:http://mmanela.github.io/chutzpah/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chutzpah - A JavaScript Test Runner

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 the PhantomJS headless browser 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

About

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.

http://mmanela.github.io/chutzpah/

License:Apache License 2.0


Languages

Language:JavaScript 66.7%Language:C# 29.9%Language:Rich Text Format 1.7%Language:CSS 0.8%Language:HTML 0.5%Language:PowerShell 0.2%Language:TypeScript 0.1%Language:CoffeeScript 0.0%Language:Batchfile 0.0%