chutzpah

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

APACHE-2.0 License

Stars
550
Committers
61
chutzpah - v4.4.13 Latest Release

Published by mmanela over 2 years ago

Security fixes

chutzpah -

Published by mmanela about 3 years ago

  • Security update
chutzpah - 4.4.11

Published by mmanela over 3 years ago

chutzpah - v4.4.8

Published by mmanela almost 5 years ago

Added Jasmine 3.5. This requires using either the Chrome or JsDom engine.

chutzpah - v4.4.7

Published by mmanela about 5 years ago

Fixes JsDom security alert

chutzpah - 4.4.6

Published by mmanela over 5 years ago

  • Update QUnit to 2.6.2
    * Update Jasmine to 2.9
    * Support latest VS and remove support for VS 2012, 2013
    * Add beta support for running tests with JSDom
    * Add beta support for running tests with Chrome
chutzpah - v4.4.6

Published by mmanela over 5 years ago

Small bug fixes

chutzpah -

Published by mmanela over 5 years ago

Small bug fixes

chutzpah -

Published by mmanela almost 6 years ago

Small bug fixes

chutzpah -

Published by mmanela almost 6 years ago

  • Update Jasmine to fix exception issue
  • Fix team city ordering issue
chutzpah - v4.4.2

Published by mmanela about 6 years ago

  • Update QUnit to 2.6.2
  • Update Jasmine to 2.9
  • Support latest VS and remove support for VS 2012, 2013
  • Add beta support for running tests with JSDom
  • Add beta support for running tests with Chrome
chutzpah - v4.3.6

Published by mmanela almost 7 years ago

  • Small bug fix to ensure path's keep original casing
chutzpah - v4.3.5

Published by mmanela about 7 years ago

Added support for QUnit 2.4 by setting FrameworkVersion to 2 in the Chutzpah.json file

chutzpah - v4.3.4

Published by mmanela over 7 years ago

  • Update to QUnit 1.23.1, Jasmine 2.5.2, Mocha 3.2.0
  • Fix coverage bug in server mode
  • Fix time taken in TRX files
  • Allow unknown file type to be requested in server mode
chutzpah - v4.3.3 - Web Server

Published by mmanela almost 8 years ago

  • Fix a bug where code coverage timeout setting was not working
chutzpah - v4.3.2 - Web Server

Published by mmanela almost 8 years ago

Fix error handling to retry correctly when a port is taken during a race condition

chutzpah - v4.3.1 - Web Server fixes

Published by mmanela almost 8 years ago

This fixes a couple of early issues found in the web server support.

chutzpah - v4.3.0 - Web Server

Published by mmanela almost 8 years ago

  • Ability to run Chutzpah using a local web server (Kestrel) instead of the file system
  • Jacoco XML Support
  • VS 2017 Support
  • Configurable CodeCoverageTimeout setting
chutzpah - v4.2.4

Published by mmanela about 8 years ago

This release improves error message to make it easier to determine why Chutzpah is failing.

chutzpah - v4.2.3

Published by mmanela over 8 years ago

Bug fixes