Updated Wiki: sourceCode
Building and running the code Chutzpah is a Visual Studio 2010 and a Visual Studio 2013 solution. The only external dependencies that are not included with it is the The Visual Studio 2010 SDK, The...
View ArticleCommented Unassigned: Decouple TypeScript engine from Chutzpah [183]
Chutzpah embeds TypeScript inside of the program but this makes it hard to support new releases and forces users to use the version that Chutzpah embeds. It would be better to make this more flexible...
View ArticleNew Post: Store Typescript Generated JS file in the TestHarnessDirectory
You are hitting upon a few decisions I made in the past around how Chutzpah works that could use some revisiting. Chutzpah used to copy all .js files to a temp directory (and flatten their paths so...
View ArticleNew Post: Cannot Specify ES5 for Context Menu Extension
Hi again, My apologies on the exceptionally delayed response. The original error was that the content of the Test Explorer window would not update to reflect any changes I made to my tests. That being...
View ArticleNew Post: Store Typescript Generated JS file in the TestHarnessDirectory
Thanks for getting back to me so quickly I had not considered the issue with RequireJS. I like the idea of recreating the structure inside the temporary folder, maybe it could be a requirement that the...
View ArticleNew Post: How to update Jasmine from 1.3.1 to 2.0
Hello, I noticed that Chutzpah included Jasmine 1.3.1 with it, but they have recently released 2.0. I was wondering if there was a way for us to leverage 2.0. Thanks! ~ DW
View ArticleNew Post: Store Typescript Generated JS file in the TestHarnessDirectory
I have done a little bit of work on this today and really spent some time getting my head around it. I wanted to run through my thoughts and some questions I had.Proposed solution: Add a chutzpah...
View ArticleNew Post: How to update Jasmine from 1.3.1 to 2.0
I need to update Chutzpah to support 2.0. It shouldn't be super hard but I know Jasmine changed their test reporter API which is what Chutzpah uses so that would need to be updated. My main question...
View ArticleNew Post: Store Typescript Generated JS file in the TestHarnessDirectory
You are correct that its not just compiled files that need to be copied. In fact, if you have just .js files then Chutzpah does no compiling but would still need to copy the files. The...
View ArticleNew Post: How to update Jasmine from 1.3.1 to 2.0
Great question. I think the opt-in would be the best option and supporting both. That being said, I can understand that this is a more complicated option. Realistically, testing frameworks will get...
View ArticleNew Post: How to update Jasmine from 1.3.1 to 2.0
Couple more questions:Do you know if Jasmine 2.0 will break many people who wrote tests using 1.3? Do you think its better to make 2.0 the default and give the option to use the old one?If we are...
View ArticleNew Post: How to update Jasmine from 1.3.1 to 2.0
No problem.In some parts yet. More specifically if people are using spies in their tests which I assume more than a few do (see documentation here).In my personal opinion, yes, but I'm biased towards...
View ArticleCreated Unassigned: Exclude option is only used within chutzpah [201]
I use the CodeCoverageExcludes optiion to exclude handlebars, jquery and other 3rd party libraries from being instrumented (including them gives timeouts in many tests). However, that option is only...
View ArticleCreated Unassigned: Packaging the testadapter dll with chutzpah [202]
The new 3.0.1 download does not include the testadapter.dll pre-build. However, using the new dlls with the old testadapter.dll does not work (tfs build stops finding the tests). Building the...
View ArticleCommented Unassigned: Show output of console.log in VS test adapter as well...
I saw this discussion: https://chutzpah.codeplex.com/discussions/458513 requesting the same thing, but I don't think anything ever came from it. It'd be nice if the VS test adapter as well as the...
View ArticleCommented Unassigned: Packaging the testadapter dll with chutzpah [202]
The new 3.0.1 download does not include the testadapter.dll pre-build. However, using the new dlls with the old testadapter.dll does not work (tfs build stops finding the tests). Building the...
View ArticleCommented Unassigned: Exclude option is only used within chutzpah [201]
I use the CodeCoverageExcludes optiion to exclude handlebars, jquery and other 3rd party libraries from being instrumented (including them gives timeouts in many tests). However, that option is only...
View ArticleCommented Unassigned: Exclude option is only used within chutzpah [201]
I use the CodeCoverageExcludes optiion to exclude handlebars, jquery and other 3rd party libraries from being instrumented (including them gives timeouts in many tests). However, that option is only...
View ArticleCommented Unassigned: Packaging the testadapter dll with chutzpah [202]
The new 3.0.1 download does not include the testadapter.dll pre-build. However, using the new dlls with the old testadapter.dll does not work (tfs build stops finding the tests). Building the...
View ArticleNew Post: How to update Jasmine from 1.3.1 to 2.0
Hi, the answers for me:Yes, I've tried jasmine 2 and it broke several hundred of our tests. And I don't know how many tests will be malfunctioning. We'll need to upgrade project by project.For my...
View Article