New Post: Is it possible to access elements of the window object when running...
If I try to run my unit tests from the Test Explorer window, I'm assuming it uses PhantomJS instead of an actual browser. Some of my code references a handful of window properties, such as print, close...
View ArticleCommented Unassigned: Code Coverage issue with jquery.jstepper.min.js [120]
Code coverage gives error if jquery.jstepper.min.js is referenced in the test file. It shifts the "js" in "JStepper" to the end of the file nameChutzpah Error: System.AggregateException: One or more...
View ArticleCreated Unassigned: Error: Failed to configure settings for runsettings...
Hello, thanks for this great tool! I am facting the following error when opening the Test Explorer:```------ Discover test started ------Failed to configure settings for runsettings plugin 'VSTest Run...
View ArticleCommented Unassigned: Error: Failed to configure settings for runsettings...
Hello, thanks for this great tool! I am facting the following error when opening the Test Explorer:```------ Discover test started ------Failed to configure settings for runsettings plugin 'VSTest Run...
View ArticleCommented Unassigned: Error: Failed to configure settings for runsettings...
Hello, thanks for this great tool! I am facting the following error when opening the Test Explorer:```------ Discover test started ------Failed to configure settings for runsettings plugin 'VSTest Run...
View ArticleCommented Unassigned: Error: Failed to configure settings for runsettings...
Hello, thanks for this great tool! I am facting the following error when opening the Test Explorer:```------ Discover test started ------Failed to configure settings for runsettings plugin 'VSTest Run...
View ArticleNew Post: Chutzpah with knockoutjs
I believe this may be an issue with Blanket.js which Chutzpah uses for code coverage. I filed an issue with them on their github page.
View ArticleNew Post: Code coverage report for running against html
I do not plan to enable code coverage automatically with a html file. When a user uses their own HTML file I just honor what they have set in theirs. That said Chutzpah is able to (with a tiny bit of...
View ArticleCreated Unassigned: Support AMD loading using TypeScript [122]
Support AMD loading (like with Require.js) using TypeScript
View ArticleCommented Unassigned: Code Coverage issue with jquery.jstepper.min.js [120]
Code coverage gives error if jquery.jstepper.min.js is referenced in the test file. It shifts the "js" in "JStepper" to the end of the file nameChutzpah Error: System.AggregateException: One or more...
View ArticleNew Post: How do I get Chutzpah to refresh the list of unit tests in the VS...
When running with a HTML test harness things currently don't work as nice. You need to re-save the HTML test file so that the framework things things have changed. I know this is not ideal and I can...
View ArticleNew Post: Is it possible to access elements of the window object when running...
I have not tried but it should work fine since PhantomJS is a browser. It uses WebKit and should act like a normal browser. Please try out and let me know if this works.
View ArticleUpdated Release: Chutzpah 2.4.1 (Apr 23, 2013)
2.4.1Code Coverage with TeamCity (item 115)Console runner does not correctly set error code (item 116)Chutzpah Fails When '#' Character in Test File Path (item 99)Code Coverage errors if any uri is a...
View ArticleReleased: Chutzpah 2.4.1 (May 18, 2013)
2.4.1Code Coverage with TeamCity (item 115)Console runner does not correctly set error code (item 116)Chutzpah Fails When '#' Character in Test File Path (item 99)Code Coverage errors if any uri is a...
View ArticleUpdated Release: Chutzpah 2.4.1 (May 18, 2013)
2.4.1Code Coverage with TeamCity (item 115)Console runner does not correctly set error code (item 116)Chutzpah Fails When '#' Character in Test File Path (item 99)Code Coverage errors if any uri is a...
View ArticleEdited Unassigned: Code Coverage errors if any uri is a mapped drive path [118]
If you run code coverage against a file on a local or mapped drive, then BlanketJsCoverageEngine fails to convert the URI into a valid file path.An example stack trace:```Chutzpah Error:...
View ArticleEdited Issue: Chutzpah Fails When '#' Character in Test File Path [99]
Referenced in HTML test runner:<script type="text/javascript" src="file:///d:/workspace/dropbox/programming workspace/c#/personal...
View ArticleEdited Unassigned: Console runner does not correctly set error code [116]
__Chutzpah 2.4.0 Console Runner__When there is a timeout in an async test, the Chutzpah runner outputs the error message, but does not actually return a correct exit code, which causes the build to...
View ArticleEdited Issue: Code Coverage with TeamCity [115]
The 2.4 release added code coverage but it it is not outputting the coverage files when running inside of teamcity.
View ArticleCreated Unassigned: Chutzpah.Exceptions.ChutzpahTimeoutException: Timeout...
Hi Mathew,I've tried to check for a possible solution in this issue tracker for above issue. Seems like it has been resolved in 2.4. But I've tried my best and still not able to get rid of this. I have...
View Article