Updated Wiki: coverage
Code Coverage in Chutzpah Chutzpah’s new code coverage features is built on top of the great open source library Blanket.js. When you run with code coverage enabled it will use Blanket.js to instrument...
View ArticleUpdated Release: Sample Tests (Sep 11, 2011)
This zip contains a sample QUnit, Jasmine, Mocha tests that demonstrate both normal test running and using RequireJS.
View ArticleReleased: Sample Tests (Dec 12, 2013)
This zip contains a sample QUnit, Jasmine, Mocha tests that demonstrate both normal test running and using RequireJS.
View ArticleUpdated Release: Sample Tests (Dec 12, 2013)
This zip contains a sample QUnit, Jasmine, Mocha tests that demonstrate both normal test running and using RequireJS.
View ArticleUpdated Release: Chutzpah 3.0.0 (Dec 12, 2013)
3.0.0http://matthewmanela.com/blog/chutzpah-3-0-mocha-requirejs-and-more/#requirejshttp://matthewmanela.com/blog/chutzpah-3-0-mocha-requirejs-and-more/#mochahttp://matthewmanela.com/blog/chutzpah-3-0-m...
View ArticleReleased: Chutzpah 3.0.0 (Dec 12, 2013)
3.0.0Improved RequireJS supportMocha Test Framework supportCustomizable HTML harness generationCommand line failure report flagChutzpah.json additionsUpgrading to TypeScript 0.9.5.0 Improved logging...
View ArticleUpdated Release: Chutzpah 3.0.0 (Dec 12, 2013)
3.0.0Improved RequireJS supportMocha Test Framework supportCustomizable HTML harness generationCommand line failure report flagChutzpah.json additionsUpgrading to TypeScript 0.9.5.0Improved logging...
View ArticleCreated Unassigned: JavaScript tests disappeared in VS 2013 [186]
Several people on my team installed 3.0.0 today and now we don't see any tests in Visual Studio 2013 Test Explorer. Is there something we're supposed to do to see our tests?
View ArticleUpdated Wiki: Chutzpah.json Settings File
Using the Chutzpah.json Settings File The Chutzpah settings file is an .json file that you can place anywhere in your testing directories to inform Chutzpah of test specific settings. The Chuzpah...
View ArticleCommented Unassigned: Expose option for compiling CS non-bare [170]
I just encountered a bug that slipped through my tests since Chutzpah compiles CoffeeScript in bare mode.I see in the code that it's possible to set the compilation to non-bare, but I don't see an...
View ArticleEdited Unassigned: Expose option for compiling CS non-bare [170]
I just encountered a bug that slipped through my tests since Chutzpah compiles CoffeeScript in bare mode.I see in the code that it's possible to set the compilation to non-bare, but I don't see an...
View ArticleCommented Feature: Allow failure reports after command line run [147]
In a project that I'm working on we currently have around 300 very verbose tests. Chutzpah is integrated into the build system so we run the following command at build time:```chutzpah.console.exe...
View ArticleCommented Unassigned: VS2013 New Tests don't show up in Test Explorer [154]
I had a file with "test" in it. It showed up in TE, ran and passed. I then added "test2" and it never shows up in TE.Using jasminedescribe('test', function () { it('basic', function () {...
View ArticleEdited Issue: Can't find variable [71]
What am I doing wrong here? I'm using web essentials. I tried both AMD module syntax and commonjs.common.auth.tsimport api = module("lib/api")export function getAuthorizationHeader(): string {...
View ArticleCommented Issue: Can't find variable [71]
What am I doing wrong here? I'm using web essentials. I tried both AMD module syntax and commonjs.common.auth.tsimport api = module("lib/api")export function getAuthorizationHeader(): string {...
View ArticleCommented Issue: Form submission causes test run to hang and eventually...
We have a test suite which has recently grown to just over 200 tests. Recently I have started experiencing an issue on our build server whereby the test run appears to hang at around 150 tests and...
View ArticleCommented Issue: Form submission causes test run to hang and eventually...
We have a test suite which has recently grown to just over 200 tests. Recently I have started experiencing an issue on our build server whereby the test run appears to hang at around 150 tests and...
View ArticleCommented Issue: Form submission causes test run to hang and eventually...
We have a test suite which has recently grown to just over 200 tests. Recently I have started experiencing an issue on our build server whereby the test run appears to hang at around 150 tests and...
View ArticleCommented Feature: Customizable HTML Harnesses [124]
Chutzpah is a more effective test runner when you can run directly on your js/coffee/ts files however for some scenarios (like with AMD) you want more control and need to author your own test harness...
View ArticleEdited Feature: Customizable HTML Harnesses [124]
Chutzpah is a more effective test runner when you can run directly on your js/coffee/ts files however for some scenarios (like with AMD) you want more control and need to author your own test harness...
View Article