Commented Unassigned: Timeout exception: Callback functions [153]
Hi:I'm getting timeout exception while running a qunit test case using Chutzpah.This test case ran to success if I use a test runner HTML file:Issue Description:I have to test a function that contains...
View ArticleCommented Unassigned: VS2013 New Tests don't show up in Test Explorer [154]
I had a file with "test" in it. It showed up in TE, ran and passed. I then added "test2" and it never shows up in TE.Using jasminedescribe('test', function () { it('basic', function () {...
View ArticleNew Post: Feature request: test log output
That is a good idea. Can you file a work item to track this?
View ArticleNew Post: Feature request: Cucumber-js support
Did you get anywhere with the Gherkin integration? I'm looking into combining Gherkin and phantom.js, and wondering whether extending SpecFlow or Chutzpah is the easiest path to get there... did you...
View ArticleNew Post: Feature request: Cucumber-js support
Yes, this is currently in progress; there's an initial pull request with a working prototype at https://chutzpah.codeplex.com/SourceControl/network/forks/pimterry/CucumberJS/contribution/5137. This is...
View ArticleCreated Unassigned: Need overall Code Coverage in html [155]
I noticed that when I run with the /coverage flag from the command-line, I get the overall average code coverage in the output on the command-line but at the same time if I run it from within Visual...
View ArticleCommented Unassigned: JS Error: Timeout occured when executing test file [148]
I am getting a timeout error when executing my tests and also the sample tests. It runs the tests correctly but before it completes it throws a JS Error and display 0 totals tests completed. Here is...
View ArticleCreated Unassigned: Support for Test Explorer Run Tests Shortcut (ctrl+r, t)...
The Chutzpah VS extension for the Test Explorer causes the tests to appear in the Test Explorer, but does not enable the Run Tests shortcut in the editor window (in the context menu, with the ctrl+r, t...
View ArticleNew Post: Trouble with TypeScript, Knockout, Chutzpah and Jasmine
Hi I'm trying to run jasmine tests on my knockout viewmodels, written in typescript via chutzpah but this doesn't seem possible due to the following error: Chutzpah Error: Object doesn't support...
View ArticleCommented Unassigned: Timeout exception: Callback functions [153]
Hi:I'm getting timeout exception while running a qunit test case using Chutzpah.This test case ran to success if I use a test runner HTML file:Issue Description:I have to test a function that contains...
View ArticleCommented Unassigned: Timeout exception: Callback functions [153]
Hi:I'm getting timeout exception while running a qunit test case using Chutzpah.This test case ran to success if I use a test runner HTML file:Issue Description:I have to test a function that contains...
View ArticleNew Post: Trouble with TypeScript, Knockout, Chutzpah and Jasmine
I will take a look into it when I get a chance and let you know
View ArticleCreated Unassigned: Placement of compiled TypeScript files, issues with...
Running Chutzpah with TypeScript the compiled .js files are placed in the same folder as the .ts file.This causes issues with bundling since a bundle could include all .js in a folder which (after...
View ArticleCommented Unassigned: Placement of compiled TypeScript files, issues with...
Running Chutzpah with TypeScript the compiled .js files are placed in the same folder as the .ts file.This causes issues with bundling since a bundle could include all .js in a folder which (after...
View ArticleSource code checked in, #546a4bac5b0ad1a489654de14aecb1ac17387b80
split dependency on vs10
View ArticleNew Post: Run code coverage in TFS build
No, can you file a work item on the issues page to add this and I will try to get to it for the next release
View ArticleCreated 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 ArticleNew Post: Run code coverage in TFS build
Done in the following post:https://chutzpah.codeplex.com/workitem/176 Thanks
View ArticleSource code checked in, #c890bcb4bc54de112db2415253530723b1b49630
Fix mocha with code coverage. Finished initial work on pure AMD mode.
View ArticleNew Post: Cannot Specify ES5 for Context Menu Extension
Hi there, Loving the tool and really hope that you keep it up! I just installed the context menu extension for VS2013, running Chutpah 2.5. I'm having a strange issue where when I select "Run JS Test"...
View Article