Commented Unassigned: Coverage report error when two tests cover the same...
When you have two different tests that cover the same file an error is thrown when you run the coverage report.It looks like it's trying to add the result item twice to a Dictionary. The full stack...
View ArticleNew Post: Can't get the test adapter to work.
I've installed the test adapter and tried to use it in both VS 2012 and VS2013. After writing a simple unit test, nothing shows up in the Test Explorer. Here is the contents of my test file: ///...
View ArticleNew Post: Can't get the test adapter to work.
I had the same problem. I needed to reference the jasmine matchers definition file/// <reference path="..\typings\jasmine-matchers\jasmine-matchers.d.ts" /> Good luck!
View ArticleNew Post: Can't get the test adapter to work.
My mistake. I answered it all wrong. The challenge I had was not having the Chutzpah.json file. (see documentation link) ~ DW
View ArticleNew Post: Can't get the test adapter to work.
Are you sure you installed the right extension? There are two chutzpah extensions. One is just for the context menu and the other integrates into test explorer
View ArticleNew Post: Cannot Specify ES5 for Context Menu Extension
That is strange. Can you give me a zip file containing a repro so I can test locally?
View ArticleCommented Unassigned: Coverage report error when two tests cover the same...
When you have two different tests that cover the same file an error is thrown when you run the coverage report.It looks like it's trying to add the result item twice to a Dictionary. The full stack...
View ArticleCreated Unassigned: Using Chutzpah to run Typescript qUnit tests - VS2012 [177]
Hi there, I've recently tried to implement Chutzpah and qUnit to test some typescript code and have come up with an issue where I can run Chutzpah no problems to test a simple ok("yey" === "yey", "oh...
View ArticleNew Post: Can't get the test adapter to work.
Yes. I'm sure. I installed "Chutzpah Test Adapter for the Test Explorer". The documentation says that you don't need a Chutspah.json file. The video demo that I saw didn't say thing about it. Do I need...
View ArticleNew Post: Cannot Specify ES5 for Context Menu Extension
Actually, I believe I found the issue. It appears that I hadn't setup the config file properly. More specifically, I didn't have one in the correct location, nor did it have the ES version specified....
View ArticleNew Post: Can't get the test adapter to work.
Is there any way to get any kind of debug log to see if there are any errors? Right now the test window doesn't show anything useful. I'd really like to get this going if I could.
View ArticleNew Post: Can't get the test adapter to work.
Ok, finally got this to work. It seems like I was hit with the same video driver issue that others have experienced. Once I reconfigured the video driver for PhantomJS, it started picking up my tests.
View ArticleCommented 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: Support for Requirejs
I was stuck on this for hours until I started stepping through the script in the browser and figured out what was happening. As others have already figured out, jasmineEnv.execute() is being called...
View ArticleNew Post: Chutzpah on Team Build - Run TypeScript tests
If your build server is not copying over TypeScript files to the _publishedwebsites folder, since the TypeScript compiler Target VsTsc only copies over the generated JS files, you can add the following...
View ArticleCommented Unassigned: Setup before running each test-file takes 2-3 seconds...
'm running version 2.5.0, and have around 15-20 test-files using Qunit and Typescript. running all the tests takes more than 60 seconds. It seems that running the tests in each file itselfs is quick...
View ArticleCommented Unassigned: Tests succeed in browser fail in Test Explorer [172]
Of all my tests I have one that fails when executed through the Test Explorer and succeeds when executed through the browser. Attached is the code.Comments: Have you had an opportunity to reproduce...
View ArticleCommented Unassigned: Tests succeed in browser fail in Test Explorer [172]
Of all my tests I have one that fails when executed through the Test Explorer and succeeds when executed through the browser. Attached is the code.Comments: Not yet. Will update when I do
View ArticleCreated Unassigned: Chutzpah Not Running Through Test Explorer [178]
Hi,So I can't run any of my JavaScript tests through the test explorer. The test explorer picks up my tests and I can click the name to be taken to the test file and can right click to run it in the...
View ArticleCommented Unassigned: Chutzpah Not Running Through Test Explorer [178]
Hi,So I can't run any of my JavaScript tests through the test explorer. The test explorer picks up my tests and I can click the name to be taken to the test file and can right click to run it in the...
View Article