New Post: Object doesn't support property or method 'filter'
I figured it out. This was a bug in version 3.0.0 which is now fixed in 3.0.1.
View ArticleCommented Unassigned: Test Explorer Adapter shows no js tests [187]
Hi,Have installed both the test explorer adapter as well as the context menu extension. When I right click and select Chutzpah's Run JS Tests it all works and I get status output in the Output window....
View ArticleCommented 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?Comments: The tests are...
View ArticleNew Post: How to surface Coverage in CruiseControl?
I have Chutzpah working and it's creating a _Chutzpah.coverage HTML file and a _Chutzpah.coverage.json file correctly, albeit I want to move the results files so I can surface the results in...
View ArticleNew Post: How to surface Coverage in CruiseControl?
I have not used CruiseControl in a long time so I can't speak specifically to that, but I know in other systems you can have it pick up the generated files used variable defined by the CI (at least...
View ArticleClosed 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 ArticleClosed Unassigned: Test Explorer Adapter shows no js tests [187]
Hi,Have installed both the test explorer adapter as well as the context menu extension. When I right click and select Chutzpah's Run JS Tests it all works and I get status output in the Output window....
View ArticleCommented Unassigned: FIPS Certified Hashing Algorithm [190]
Would it be possible to switch out the MD5CryptoServiceProvider in Chutzpah.Utility.Hasher to a FIPS Certified provider (i.e. AesCryptoServiceProvider, SHA256CryptoServiceProvider,...
View ArticleCreated Unassigned: jasmine-jquery support [191]
Hi,I have installed the Chutzpah test runner in Visual Studio 2010. However, "jasmine-jquery" seems not to be compatible. Is there any way to add this plug-in in Chutzpah?Thanks.
View ArticleCommented Unassigned: jasmine-jquery support [191]
Hi,I have installed the Chutzpah test runner in Visual Studio 2010. However, "jasmine-jquery" seems not to be compatible. Is there any way to add this plug-in in Chutzpah?Thanks.Comments: What do you...
View ArticleCreated Unassigned: Chuztpah.Adapter with Nuget approach [192]
Like this:http://blogs.msdn.com/b/visualstudioalm/archive/2013/06/11/part-3-unit-testing-with-traits-and-code-coverage-in-visual-studio-2012-using-the-tfs-build-and-the-new-nuget-adapter-approach.aspx
View ArticleCommented Unassigned: jasmine-jquery support [191]
Hi,I have installed the Chutzpah test runner in Visual Studio 2010. However, "jasmine-jquery" seems not to be compatible. Is there any way to add this plug-in in Chutzpah?Thanks.Comments: Hi Mmanela, I...
View ArticleCreated Unassigned: Chutzpah.json Caching issues [193]
I am trying to create a custom harness file to test Durandal modules, which are RequireJS based. I'm running into some errors, but in the process of debugging those errors I am being tripped up by what...
View ArticleCommented Unassigned: Chutzpah.json Caching issues [193]
I am trying to create a custom harness file to test Durandal modules, which are RequireJS based. I'm running into some errors, but in the process of debugging those errors I am being tripped up by what...
View ArticleCommented Unassigned: Chutzpah.json Caching issues [193]
I am trying to create a custom harness file to test Durandal modules, which are RequireJS based. I'm running into some errors, but in the process of debugging those errors I am being tripped up by what...
View ArticleCommented Unassigned: xhr requests via the command line [188]
When trying to run jasmine unit tests via the command line chutzpah.console.exe, if any tests use $.ajax() or XHR requests, the test runner is not able to execute the code. Is there any update in the...
View ArticleCommented Unassigned: Support for node.js serverside code [142]
When developing both server-side and client-side code in the same project it will be a great advancement to be able to run jasmine unit tests for both in visual studio. Currently client-side tests can...
View ArticleCommented Unassigned: Chutzpah.json Caching issues [193]
I am trying to create a custom harness file to test Durandal modules, which are RequireJS based. I'm running into some errors, but in the process of debugging those errors I am being tripped up by what...
View ArticleNew Post: Support IE, Chrome, Firefox...
Hi, This tool looks very impressive. How about run test on other browsers except PhantomJS, are there any plan for it? Thanks,
View ArticleNew Post: Support IE, Chrome, Firefox...
I have no immediate plans for that. The main goal of Chutzpah is unit tests and not cross-browser validation. There are other tools that do that well like Selenium.
View Article