Commented Unassigned: Get the Code Coverage for JS unit tests under TFS [176]
According to the following post:http://chutzpah.codeplex.com/discussions/450464#post1120910I filed this new issue.The Chutzpah Test Adapter can get the code coverage for JS unit tests under VS but not...
View ArticleCommented Unassigned: Chutzpah.console.exe output option like MsTest [220]
Hello Mathew,I've just started using Chutzpah and I'm wondering if there is a way to bring the output of the test run something similar to MsTest. Results Tests[exec] ------- ---------------[exec]...
View ArticleNew Post: Building Code - Your repo path can't have spaces
I noticed that the build script doesn't run properly if the full path to the repo has any spaces in it. Can we get a note in the documentation for this? It might save people some time.
View ArticleNew Post: Building Code - Your repo path can't have spaces
Thanks for letting me know. I will look into how to fix this and also update documentation if I can't find a work around
View ArticleNew Post: TFS build output does not have js code coverage
So I have JS tests running in my TFS build process. I can see the success/fail of the tests themselves. I can even download the test results. But trying to access the code coverage from what was...
View ArticleNew Post: TFS build output does not have js code coverage
Currently, Chutzpah doesn't generate the .coverage or .coveragexml. You can get it to produce _Chutzpah.coverage.html by using the setting you show above. Do you not see that file being dropped?
View ArticleClosed Unassigned: Specify which tests to run using Chutzpah.json file [185]
To make test running simpler the chutzpah.json file should allow you to define which test files to run. Then to run tests you can just execute the chutzpah.json file itself.For example with a test...
View ArticleClosed 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 ArticleClosed Unassigned: Visual Studio test discovery engine locks chutzpah.json...
I'm running the Chutzpah 3.0.1 test adapter in Visual Studio 2013. It seems that when I have the VS Test Explorer window open, the vstest.discoveryengine.x86.exe process has a lock on the chutzpah.json...
View ArticleClosed Unassigned: Show output of console.log in VS test adapter as well as...
I saw this discussion: https://chutzpah.codeplex.com/discussions/458513 requesting the same thing, but I don't think anything ever came from it. It'd be nice if the VS test adapter as well as the...
View ArticleClosed Unassigned: Upgrade to Jasmine 2.0 [207]
Chutzpah will add support for Jasmine 2.0 while still providing an option to use the previous major jasmine release (for a while at least)
View ArticleCreated Unassigned: Add AMDBasePath property to Chutzpah.json [223]
Chutzpah needs to expose a AMDBasePath property in its chutzpah.json property to account for the case when a user specifies a baseurl require.js config option. Both paths should be kept in sync.
View ArticleEdited Feature: Support custom test name patterns [222]
Chutzpah figures out line numbers by using a regex to find the test name and match it to the result of running the test files. Chutzpah has hardcoded the most common patterns for mocha/jasmine/qunit....
View ArticleEdited 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 ArticleEdited 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 ArticleEdited Unassigned: Exclude option is only used within chutzpah [201]
I use the CodeCoverageExcludes optiion to exclude handlebars, jquery and other 3rd party libraries from being instrumented (including them gives timeouts in many tests). However, that option is only...
View ArticleEdited Unassigned: Add AMDBasePath property to Chutzpah.json [223]
Chutzpah needs to expose a AMDBasePath property in its chutzpah.json property to account for the case when a user specifies a baseurl require.js config option. Both paths should be kept in sync.
View ArticleEdited Feature: Ability to debug TypeScript source in browser [181]
When using the "Open in browser" menu extension on a TypeScript file, Chutzpah automatically generates javascript files that it uses to execute the unit tests. While these raw javascript files can be...
View Article