Updated Wiki: coffeescript
Running Unit Tests written in CoffeeScript Chutzpah supports running unit tests you write in the CoffeeScript language. You need to tell Chutzpah how to compile your files into JavaScript using the...
View ArticleUpdated Wiki: typescript
Running Unit Tests written in TypeScript Chutzpah supports running unit tests you write in the TypeScript language. You need to tell Chutzpah how to compile your files into JavaScript using the compile...
View ArticleUpdated Wiki: coffeescript
Running Unit Tests written in CoffeeScript Chutzpah supports running unit tests you write in the CoffeeScript language. You need to tell Chutzpah how to compile your files into JavaScript using the...
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. You can also view these samples in the repository's Samples folder.
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.You can also view these samples in the repository's Samples folder.
View ArticleNew Post: In need of roadmap for using Chutzpah with VS2012 for JavaScript...
thanks mmanela, that is very helpful.
View ArticleReviewed: Chutzpah 3.1.1 (Mar 11, 2014)
Rated 4 Stars (out of 5) - Chutzpah 3.1.1 works quite impressively out of the box! The use of a JSON file for configuration settings is a bit unorthodox, but works well for the most part. The default...
View ArticleReviewed: Chutzpah 3.1.1 (Mar 11, 2014)
Rated 4 Stars (out of 5) - Chutzpah 3.1.1 works quite impressively out of the box! The use of a JSON file for configuration settings is a bit unorthodox, but works well for the most part. The default...
View ArticleReviewed: Chutzpah 3.1.1 (Mar 11, 2014)
Rated 4 Stars (out of 5) - Chutzpah 3.1.1 works quite impressively out of the box! The use of a JSON file for configuration settings is a bit unorthodox, but works well. The default setting to use...
View ArticleNew Post: Screenshots via phantomjs
The closest I've got so far is... I don't think it's good enough for a pull request especially as it's based upon an experimental (at the time of writing phantomjs 1.6) phantomjs feature onCallBack In...
View ArticleNew Post: Screenshots via phantomjs
Nice investigation. I would be ok with using the experimental API if we had a good story for what you do with the screenshot. I think its ok to use this API since they plan to add matching...
View ArticleCommented Unassigned: Potential Memory Issues Running JS Tests in VS2012 [174]
I've noticed that when we run tests in our solution, the following EXEs skyrocket in memory:vstest.discoveryengine..x86.exevstest.executionengine.x86.exeIt's not easy to tell, but it seems like once...
View ArticleCommented Unassigned: Decouple TypeScript engine from Chutzpah [183]
Chutzpah embeds TypeScript inside of the program but this makes it hard to support new releases and forces users to use the version that Chutzpah embeds. It would be better to make this more flexible...
View ArticleNew Post: Functional Testing in Chutzpah?
Can anyone suggest a way of doing functional testing (e.g. browser automation) through Chutzpah/Jasmine tests, or a product that will integrate with Chutzpah? For example, if I were using PhantomJS...
View ArticleNew Post: Functional Testing in Chutzpah?
Currently with Chutzpah you don't have access to the Phantom APIs. Your only option would be to use pure JS apis to do this. However, if you really think this would be an awesome feature to add to...
View ArticleNew Post: How do we install the 2 chutzpah components from 3.1.1?
All we can install from VS is 3.2 :( Tried this command:http://www.nuget.org/packages/Chutzpah/3.1.1 but this is only one of the 2 required components. And it didn't take, none of the Chutzpah options...
View ArticleNew Post: How do we install the 2 chutzpah components from 3.1.1?
Are you hitting an issue with 3.2? If so, can you please file a work item with a repro so I can make it work for you? That said here is a link:...
View ArticleNew Post: How do we install the 2 chutzpah components from 3.1.1?
No, I need to install 3.1.1, 3.2 is no problem.-alekAleksandr Gembinski //Windows DeveloperRATIO| 71 Columbia St. Suite 300, Seattle WA 98104WeAreRatio.com | 206.769.4057
View ArticleSource code checked in, #a727f091ecd6de495c065ced234c30987cd9d994
fix hang in processhelper
View Article