Commented Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleCommented Unassigned: Support for Angular (aka pure) HTML template imports [269]
We are using Chutzpah with QUnit to unit test our client side code which is built on the AngularJS framework. We have defined several AngularJS directives that reference templates located in external...
View ArticleEdited Unassigned: Make SuccessPercentage configurable in chutzpah.json [266]
60% is an arbitrary value, it should be configurable in chutzpah.json
View ArticleCommented Unassigned: Make SuccessPercentage configurable in chutzpah.json [266]
60% is an arbitrary value, it should be configurable in chutzpah.jsonComments: Fixed in f5754450f449, Added configuration setting __CodeCoverageSuccessPercentage__
View ArticleEdited Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleCommented Unassigned: Code coverage report has no indentation when viewing...
When I run code coverage using the right-click menu in Visual Studio, the generated HTML file that opens in my browser has no indentation for the code. Is there a configuration error or just not...
View ArticleClosed 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: An exception occurred while invoking executor...
I have the following error message :An exception occurred while invoking executor 'executor://chutzpah-js/': Unable to find headless browser: phantomjs.exeThis occurs when I start a build with Chutzpah...
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 ArticleCommented Unassigned: Make SuccessPercentage configurable in chutzpah.json [266]
60% is an arbitrary value, it should be configurable in chutzpah.jsonComments: Great one!
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 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: include sinon on my tests
how can i include sinon on my project i work with requirejs an qunit? i try this but it's not working to me {"Framework": "qunit", "TestHarnessReferenceMode": "AMD", "TestHarnessLocationMode":...
View ArticleNew Post: include sinon on my tests
Please give me a full repro of your issue? And can you be more clear with "not working"? Are you getting an error?
View ArticleNew Post: include sinon on my tests
this is a Here is a simple example of unit test i maketest("sinon checking", function() { sinon.stub(myService, 'getMessage').returns('abc'); var result = core.returnMessage(); equal(result, 'abc');...
View ArticleNew Post: include sinon on my tests
Could you provide a zip file containain a full repro that I can download and run
View ArticleCreated Unassigned: Measuring code coverage for a file with only comments...
Measuring coverage on a file with only comments gives an error and hits a time-out of 10 seconds. This delays test suite execution unnecessarily. Easily reproducible with attached...
View Article