Commented Feature: Add better logging [44]
Implement trace information throughout chutzpah to help enable better debugging.Comments: This would be really useful! Even if there was just an option to dump the raw phantomjs output to the console,...
View ArticleCommented Feature: Add better logging [44]
Implement trace information throughout chutzpah to help enable better debugging.Comments: I agree, I need to get to this eventually. There is however a flag /debug which will show you some more raw...
View ArticleCreated Unassigned: Support for unicode [111]
I have non latin characters in my tests names and Chutzpah displays them wrong. Output from phantomjs.exe is correct (in utf-8) and simple adding:``` p.StartInfo.StandardOutputEncoding = new...
View ArticleCommented Unassigned: Support for unicode [111]
I have non latin characters in my tests names and Chutzpah displays them wrong. Output from phantomjs.exe is correct (in utf-8) and simple adding:``` p.StartInfo.StandardOutputEncoding = new...
View ArticleCommented Unassigned: jasmine loadfixtures "Origin null is not allowed by...
HiWhen running javascript testing under Chrome, where I use jasmine.loadFixtures, "Origin null is not allowed by Access-Control-Allow-Origin" is shown as an error.In order to run work around this...
View ArticleCommented Unassigned: Support for unicode [111]
I have non latin characters in my tests names and Chutzpah displays them wrong. Output from phantomjs.exe is correct (in utf-8) and simple adding:``` p.StartInfo.StandardOutputEncoding = new...
View ArticleCommented Unassigned: Support for unicode [111]
I have non latin characters in my tests names and Chutzpah displays them wrong. Output from phantomjs.exe is correct (in utf-8) and simple adding:``` p.StartInfo.StandardOutputEncoding = new...
View ArticleCreated Unassigned: Console timeout issue with 2.3.0 + Win7 [112]
Hi All,On Windows 7 and using Chutzpah 2.3.0 I now consistently get a timeout error when running tests either from VS 2012 ("Run JS Tests") or from the console if I'm running from a directory other...
View ArticleReleased: Chutzpah 2.4.0 (Apr 23, 2013)
2.4.0Added Code Coverage support (item 113)Updated versions of QUnit(v1.11.0), TypeScript(v0.8.3) and CoffeeScript(v1.6.2)jasmin-jQuery toContain tests fail with reason "Passed." (item...
View ArticleUpdated Release: Chutzpah 2.4.0 (Apr 23, 2013)
2.4.0Added Code Coverage support (item 113)Updated versions of QUnit(v1.11.0), TypeScript(v0.8.3) and CoffeeScript(v1.6.2)jasmin-jQuery toContain tests fail with reason "Passed." (item 95)...
View ArticleReleased: Chutzpah 2.3.0 (Feb 04, 2013)
2.3.0Added Chutzpah.json settings file supportConsistent conversion error (item 70)System.IO.IOException: The handle is invalid when running from inside WebStorm (item 77)Exception has been thrown by...
View ArticleUpdated Release: Chutzpah 2.3.0 (Feb 04, 2013)
2.3.0Added Chutzpah.json settings file supportConsistent conversion error (item 70)System.IO.IOException: The handle is invalid when running from inside WebStorm (item 77)Exception has been thrown by...
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 ArticleProject License Changed
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for...
View ArticleUpdated Wiki: Home
Welcome to Chutzpah - A JavaScript Test Runner Pronunciation: hutz·pahChutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables...
View ArticleUpdated Wiki: Home
Welcome to Chutzpah - A JavaScript Test Runner Pronunciation: hutz·pahChutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables...
View ArticleUpdated Wiki: Documentation
Chutzpah DocumentationUsing ChutzpahChutzpah.json Settings FileRunning JavaScript unit testsRunning unit tests written in CoffeeScriptRunning unit tests written in TypeScriptShowing code...
View ArticleUpdated 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 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 ArticleReleased: Chutzpah 2.4.0 (Apr 23, 2013)
2.4.0Added Code Coverage support (item 113)Updated versions of QUnit(v1.11.0), TypeScript(v0.8.3) and CoffeeScript(v1.6.2)jasmin-jQuery toContain tests fail with reason "Passed." (item...
View Article