New Post: Chutzpah with knockoutjs
It does work with the latest Chutzpah. If you are still having an issue please file a bug with a repro of your issue so I can look at it.
View ArticleEdited Unassigned: Chutzpah not handling nested require.js calls [259]
When a project has multiple nested require.js calls Chutzpah is not correctly receiving tests results from QUnit.See discussion thread...
View ArticleCommented Unassigned: Chutzpah should not cause database connections to get...
Matthew,Frist and foremost, thank you for writing Chutzpah, it's been useful for me at my organization.We have configured Chutzpah in one of your projects. The test cases are discovered and run just...
View ArticleNew Post: TFS build: run tests from chutzpah.json
True. What I've ended up doing was adding a .runsettings file enabling TypeScript mode, applied in TFS build the file mask to filter the tests files, and the tests are running using the settings...
View ArticleCommented Unassigned: Chutzpah should not cause database connections to get...
Matthew,Frist and foremost, thank you for writing Chutzpah, it's been useful for me at my organization.We have configured Chutzpah in one of your projects. The test cases are discovered and run just...
View ArticleCommented Unassigned: Open in Browser always using file:// protocol [129]
file:///D:/Work/App/test/viewmodels/account/_Chutzpah.a83e83ba60fc9ecf712da17c9458ca0a.test.htmlThis sucks, because it doesn't take my Website settings into...
View ArticleNew Post: Errors only when measuring coverage
I have tests that pass if I don't use the /coverage flag, but that fail when I do. See http://pastie.org/pastes/9364487/text?key=pgygx4592mlzgmgv4geag for log and code.
View ArticleNew Post: Errors only when measuring coverage
Could you file an issue and attach a full repro of this issue?
View ArticleCreated Unassigned: Errors only when measuring coverage [260]
I have tests that pass if I don't use the /coverage flag, but that fail when I do. C:\Chutzpah.3.2.2\chutzpah.console.exe vp.helpers.wageRunHelper.updateFilterParams.test.js3 total, 0...
View ArticleNew Post: Errors only when measuring coverage
Done! https://chutzpah.codeplex.com/workitem/260
View ArticleCommented Unassigned: Errors only when measuring coverage [260]
I have tests that pass if I don't use the /coverage flag, but that fail when I do. C:\Chutzpah.3.2.2\chutzpah.console.exe vp.helpers.wageRunHelper.updateFilterParams.test.js3 total, 0...
View ArticleNew Post: TFS build output does not have js code coverage
So, it has been quite a while since this thread was started, but... I finally got to start taking a look at this. Here's what I've discovered so far.The .coverage file is a proprietary Microsoft file...
View ArticleCommented Unassigned: Errors only when measuring coverage [260]
I have tests that pass if I don't use the /coverage flag, but that fail when I do. C:\Chutzpah.3.2.2\chutzpah.console.exe vp.helpers.wageRunHelper.updateFilterParams.test.js3 total, 0...
View ArticleCreated Unassigned: Coverage crashes when requireJS asks for a missing module...
That's a bug. I explicitely want to test a missing module so I can test the require.onError method :)```: System.AggregateException: One or more errors occurred. --->...
View ArticleCommented Unassigned: Coverage crashes when requireJS asks for a missing...
That's a bug. I explicitely want to test a missing module so I can test the require.onError method :)```: System.AggregateException: One or more errors occurred. --->...
View ArticleCommented Unassigned: Coverage crashes when requireJS asks for a missing...
That's a bug. I explicitely want to test a missing module so I can test the require.onError method :)```: System.AggregateException: One or more errors occurred. --->...
View ArticleCreated Unassigned: Debug tests doesn't work [262]
"Debug selected tests" doesn't seem to be working in VS2013. It attaches to some sort of process, but not as "DEBUG Javascript" and a result you can't debug javascript tests.To simply achieve that, you...
View ArticleCommented Unassigned: Debug tests doesn't work [262]
"Debug selected tests" doesn't seem to be working in VS2013. It attaches to some sort of process, but not as "DEBUG Javascript" and a result you can't debug javascript tests.To simply achieve that, you...
View ArticleCreated Unassigned: Same tests are detected multiple times [263]
I am using requireJS tests and I have a file where I require all my tests so I can see the whole (correct) coverage results.However, the VS2013 test explorer is showing the same tests twice.
View ArticleCommented Unassigned: Same tests are detected multiple times [263]
I am using requireJS tests and I have a file where I require all my tests so I can see the whole (correct) coverage results.However, the VS2013 test explorer is showing the same tests twice.Comments:...
View Article