Chutzpah Changelog

What's new in Chutzpah 3.2.3

Sep 9, 2014
  • Update QUnit to 1.14.0
  • Improve log messages
  • Add configurable code coverage percentage
  • Fix code coverage formatting
  • Ignore ssl errors

New in Chutzpah 3.2.2 (May 17, 2014)

  • Disabling code coverage in VS is not possible
  • VS 2013 Test Explorer shows no JS tests
  • Mocha + angular-mocks incompatibility
  • Fix file path generation for network shares
  • Update legacy TypeScript support to 1.0 (the last time this will update)

New in Chutzpah 3.2.1 (Mar 15, 2014)

  • Fixed bug in execution of compile process
  • Added External compile mode

New in Chutzpah 3.2.0 (Mar 12, 2014)

  • Detect code coverage setting in TFS Build
  • RequireJS BaseURL Problem
  • Ability to debug TypeScript source in browser
  • Exclude option is only used within chutzpah
  • Potential Memory Issues Running JS Tests in VS2012
  • Decouple TypeScript engine from Chutzpah
  • Support custom test name

New in Chutzpah 2.2.0 (Oct 26, 2012)

  • Add support for writing tests in TypeScript (item 67)
  • Fixed encoding problem with .coffee files (item 63)
  • Allow reference paths for folders (item 68)
  • Some Unit Test Explorer bug fixes
  • Add clearer error messages when test file does not exist

New in Chutzpah 1.1.0 (Aug 8, 2011)

  • Add keyboard shortcut support
  • Bind any shortcut to the "ProjectAndSolutionsContextMenus.Project.RunJSTests" command
  • Capture line number of each test name when you run a js file directly
  • Upgrade to Phantom 1.2
  • Enable launching generated html test harness file in browser inside Visual Studio
  • Auto save files before running tests in Visual Studio