Releases: mmanela/chutzpah
Releases · mmanela/chutzpah
v4.4.2
- 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
- Small bug fix to ensure path's keep original casing
v4.3.5
Added support for QUnit 2.4 by setting FrameworkVersion to 2 in the Chutzpah.json file
v4.3.4
- 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
- Fix a bug where code coverage timeout setting was not working
v4.3.2 - Web Server
Fix error handling to retry correctly when a port is taken during a race condition
v4.3.1 - Web Server fixes
This fixes a couple of early issues found in the web server support.
v4.3.0 - Web Server
- 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
This release improves error message to make it easier to determine why Chutzpah is failing.