Releases: mmanela/chutzpah
Releases · mmanela/chutzpah
v4.2.2
v4.2.1
v4.2.0
- Upgraded to QUnit 1.20 and Jasmine 2.4
- Improved support for AngularJS Templates
- Support for compilation to merged output file
- Emma code coverage output support
- Support running tests from chutzpah.json file in VS
- Added tracing and parallelism settings to chutzpah.json
v4.1.0
- Breaking change to how reference comments are processed
- Integrated debugging in Visual Studio
- Support for Skipped tests
- Customize code coverage output location
- Added NUnitXml result transformer
- Performance improvements
- Fixed logging of errors
v4.0.3
v4.0.2
v4.0.1
v4.0.0
- Remove support for built in TypeScript and CoffeeScript compiler. Please use chutzpah.json compile setting instead.
- Update to PhantomJs 2.0
- Updated to QUnit 1.18
- Added chutzpah.json inheritance
- Added test harness batching per chutzpah.json file given setting
- Added chutzpah.json environment properties
v3.3.1
v3.3.0
- Update to QUnit 1.16
- Update to Jasmine 2.1.3
- Improve parsing of Chutzpah.json files (finally allow comments)
- Skip paths that are too long while discovering tests
- Integrate test result transformers into Chutzpah.json file
- Add LCOV test result transformer
- Add TRX test result transformer
- Add source map support for code coverage
- Fix issue with requirejs urls containing querystrings
- Move HTML template injection from HEAD tag to BODY tag