Skip to content

Releases: mmanela/chutzpah

v4.4.2

20 Sep 21:11
Compare
Choose a tag to compare
  • 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

v4.3.6

11 Dec 17:44
757434a
Compare
Choose a tag to compare
  • Small bug fix to ensure path's keep original casing

v4.3.5

16 Sep 04:22
Compare
Choose a tag to compare

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

v4.3.4

15 Feb 18:46
Compare
Choose a tag to compare
  • 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

v4.3.3 - Web Server

14 Dec 21:15
Compare
Choose a tag to compare
  • Fix a bug where code coverage timeout setting was not working

v4.3.2 - Web Server

10 Dec 04:19
Compare
Choose a tag to compare

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

v4.3.1 - Web Server fixes

29 Nov 04:04
Compare
Choose a tag to compare

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

v4.3.0 - Web Server

19 Nov 00:26
Compare
Choose a tag to compare
  • Ability to run Chutzpah using a local web server (Kestrel) instead of the file system
  • Jacoco XML Support
  • VS 2017 Support
  • Configurable CodeCoverageTimeout setting

v4.2.4

03 Sep 23:03
Compare
Choose a tag to compare

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

v4.2.3

01 Jun 23:49
Compare
Choose a tag to compare

Bug fixes