New Post: TypeScript dependencies
Hi everyone! Finally I got the place where i think someone can help me.. I am working on a new project where i am using asp.net mvc +hot towel template. I am trying usechutzpah for my viewmodels......
View ArticleNew Post: Code Coverage using an HTML harness? Is it possible?
Chutzpah only supports generating code coverage when run directly on a .js/.ts/.coffee file. When you run Chutzpah on a test harness it tells it to just use what you gave it. Chutzpah should work fine...
View ArticleCreated 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 ArticleCreated Unassigned: Chutzpah 2.3 issue Timeout exception [119]
This exception doesn't doesn't show every time. Not sure why this happens!EXEC : Chutzpah error : Chutzpah.Exceptions.ChutzpahTimeoutException: Timeout occured when running...
View ArticleCommented Unassigned: Chutzpah 2.3 issue Timeout exception [119]
This exception doesn't doesn't show every time. Not sure why this happens!EXEC : Chutzpah error : Chutzpah.Exceptions.ChutzpahTimeoutException: Timeout occured when running...
View ArticleNew Post: JavaScript debug statements
Hi there, I just had some unittests that kept on failing. While debugging, I noticed that I repeatedly used the Jasmine testpage so that I could see what was going on in my code when executing the...
View ArticleNew Post: JavaScript debug statements
Where do they appear? Is it in the test results? or in the VS output window? I completely agree this would be really good to add.
View ArticleNew Post: JavaScript debug statements
When clicking on a test (failed/passed doesn't matter) in the Test Explorer, below the list of tests the details of the test are shown. For a failed test, the exception is shown here. If I include a...
View ArticleNew Post: TypeScript dependencies
The answer given on the StackOverflow page: Just adding an import statement doesn't include an AMD module - you need a loader such as require.js to do that. A bit of Googling throws up this...
View ArticleNew Post: How to not run end to end tests
please do. Can you reply to the thread when its done? I've registered and set a subscription on the thread just for this one thing. Thanks a bunch.
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 ArticleCommented 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: 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 ArticleCommented Unassigned: Code Coverage errors if any uri is a mapped drive path...
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 ArticleNew Post: Code coverage report for running against html
I know there's another thread talking about this: https://chutzpah.codeplex.com/discussions/443143 I don't want to mess that up, but our problem is much similar. the problem is, when we runing the...
View ArticleCreated 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 ArticleEdited 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 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 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...
Hello all, My first post here... I currently have Chutzpah running successfully using an html test-harness, and I can also see some of my unit tests listed under the Test Explorer window, but I can't...
View Article