New Post: TypeScript dependencies
Are you saying Chutzpah is trying to compile the .js files as ts? I don't think it does that. Could you give me a sample project to test with?
View ArticleCommented Issue: FileSearchLimit=300 cancels test run with more than 300...
This line```// Default of how many files to open during test file discovery public const int DefaultFileSeachLimit = 300;```When we ran Chutzpah as part of the build on TFS12, it stopped and cancelled...
View ArticleNew Post: TypeScript dependencies
I am saying that typescript is trying to compile .js files My understanding is ...• chutzpah needs 'reference' to d.ts files to run tests • the tests are failing because there are variables that cannot...
View ArticleNew Post: TypeScript dependencies
Could you provide me with a sample project that demonstrates your issue so I can test with it?
View ArticleNew Post: NVidia driver causes PhantomJS to hang
FYI: There is a bug in the latest NVidia graphics drivers that causes PhantomJS to hang. It's documented here, together with a workaround:http://code.google.com/p/phantomjs/issues/detail?id=845 I hit...
View ArticleCommented Issue: FileSearchLimit=300 cancels test run with more than 300...
This line```// Default of how many files to open during test file discovery public const int DefaultFileSeachLimit = 300;```When we ran Chutzpah as part of the build on TFS12, it stopped and cancelled...
View ArticleNew Post: TypeScript dependencies
If you look at the default jasmine example files you'll notice that the SpecRunner.cshtml file includes it's own references to included js library files (like jquery, knockout, underscore). This...
View ArticleNew Post: TypeScript dependencies
You can send me a sample either byUpload it to a file sharing site and send me a linkFile an issue on this site and attach the fileUpload it as a github repo
View ArticleCreated Issue: No tests found when using require.js, jquery, and underscore [90]
I have a situation where Chutzpah is completing with no tests executed, even though there are tests present. There is no error message, it just says zero tests found. I have distilled the situation...
View ArticleCommented Issue: No tests found when using require.js, jquery, and underscore...
I have a situation where Chutzpah is completing with no tests executed, even though there are tests present. There is no error message, it just says zero tests found. I have distilled the situation...
View ArticleCreated Issue: Improve "/openInBrowser" [91]
When using /openInBrowser, Chutzpah always first run all test-cases before opening the browser. In my opinion this is not neccessary, because:1. I requested the tests to be run in the browser, probably...
View ArticleNew Post: RequireJs No tests running
Hey, I've just started looking at chutzpah as a test runner so I'm pretty new to it. I've been trying to run my tests without the html and using requirejs. I've referenced require at the top and...
View ArticleCommented Issue: Improve "/openInBrowser" [91]
When using /openInBrowser, Chutzpah always first run all test-cases before opening the browser. In my opinion this is not neccessary, because:1. I requested the tests to be run in the browser, probably...
View ArticleCommented Issue: No tests found when using require.js, jquery, and underscore...
I have a situation where Chutzpah is completing with no tests executed, even though there are tests present. There is no error message, it just says zero tests found. I have distilled the situation...
View ArticleUpdated Wiki: Home
Welcome to Chutzpah - A JavaScript Test Runner Pronunciation: hutz·pahChutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website. It enables...
View ArticleNew Post: NVidia driver causes PhantomJS to hang
Thanks, I added a notice. Let me know if it is clear enough.
View ArticleNew Post: RequireJs No tests running
What version of requre.js are you using. There is an extra step you must do with the most recent versions. See this discussion post to read more. If that doesn't help could you send me a .zip...
View Article