New Post: Add /vsoutput to Chutzpah.json
This is a good suggestion. I will look into it for a future release.
View ArticleCreated Issue: ChutzpahTimeoutException in windows8 [100]
I am getting a timeout exception in windows 8 and visual studio 2012, more information about my VS 2012 is placed in the root of the zip file. error in ouput window```Chutzpah Error:...
View ArticleCommented Issue: No tests found when using require.js, jquery, and underscore...
I have a situation where Chutzpah is completing with no tests executed, even though there are tests present. There is no error message, it just says zero tests found. I have distilled the situation...
View ArticleNew Post: Another shot at code coverage - via JSCover
I am having some issues seeing any test results - any chance you could reply or email me AlexSeville? Thanks Greg
View ArticleNew Post: Another shot at code coverage - via JSCover
Hi Greg, the best thing to do might be to open an issue on the project:https://github.com/alex-seville/blanket/issues That way myself or someone else might be able to fix the issue, and you can post...
View ArticleCreated Issue: Support Text Explorer Traits [101]
Add the ability to consume traits for use in VS2012.http://blogs.msdn.com/b/visualstudioalm/archive/2012/11/20/part-2-using-traits-with-different-test-frameworks-in-the-unit-test-explorer.aspxI'm still...
View ArticleEdited Issue: Support Test Explorer Traits [101]
Add the ability to consume traits for use in VS2012.http://blogs.msdn.com/b/visualstudioalm/archive/2012/11/20/part-2-using-traits-with-different-test-frameworks-in-the-unit-test-explorer.aspxI'm still...
View ArticleNew Comment on "Chutzpah.json Settings File"
It's great to have some per project config options. Could it be possible to add a list of references to be included in all tests under that configuration to avoid repeating some /// <reference... tags?
View ArticleCommented Issue: Support Test Explorer Traits [101]
Add the ability to consume traits for use in VS2012.http://blogs.msdn.com/b/visualstudioalm/archive/2012/11/20/part-2-using-traits-with-different-test-frameworks-in-the-unit-test-explorer.aspxI'm still...
View ArticleNew Post: TFS Consecutively Queued Builds
It seems when multiple builds are queued up on our TFS build server consecutively, the second one always fails because it us unable to clean up the build folder. It is unable to clean it up because it...
View ArticleCreated Issue: Chutzpah Version 2.2.1 error with Perforce [102]
I have chutzpah 2.2.1 test runner. I have integrated unit tests with msbuild. But I get System.UnauthorizedAccessException since file is readonly on perforce server?is there a solution for this?EXEC :...
View ArticleCommented Issue: Chutzpah Version 2.2.1 error with Perforce [102]
I have chutzpah 2.2.1 test runner. I have integrated unit tests with msbuild. But I get System.UnauthorizedAccessException since file is readonly on perforce server?is there a solution for this?EXEC :...
View ArticleNew Post: TypeScript dependencies
I've added the references to the JS files as a comment in my TS file like this:/* /// <reference path="my_js_file.js"/> */ I originally did this so I could just remove the /* / from the generated...
View ArticleCreated Issue: Support the Mocha JavaScript Test Framework [103]
You have done a great and impressive job with this extension with QUnit and Jasmine support. The Mocha Test Framework has become quite popular in the front-end development especially in the Node and...
View ArticleCreated Issue: Phantomjs.exe Not valid and not tests are find. [104]
I got an error for phantomjs.exe. "Get Impacted Tests An error occurred when opening a file "C:\Builds\14\DevPrivate\TestJSProject\Binaries\_PublishedWebsites\JSUnitTest\ChutzpahDll\phantomjs.exe":...
View ArticleEdited Issue: Phantomjs.exe Not valid and not tests are find in TFS build. [104]
I got an error for phantomjs.exe when I create a new TFS build for my project. "Get Impacted Tests An error occurred when opening a file...
View ArticleCommented Issue: Phantomjs.exe Not valid and not tests are find in TFS build....
I got an error for phantomjs.exe when I create a new TFS build for my project. "Get Impacted Tests An error occurred when opening a file...
View ArticleNew Comment on "tfsbuild"
No test is available in C:\Builds\12\DevPrivate\TestJSProject\Binaries\codeTS.ts C:\Builds\12\DevPrivate\TestJSProject\Binaries\testTS.ts... The configuration do not find the test in Typescript. First,...
View ArticleSource code checked in, #4553e774a7fc
initial work towards integrating code coverage into vs and adding html output
View Article