New Post: TFS 2012 build server error
Can anyone shed any light on this error I'm getting on our TFS 2012 build server? Chutzpah Error: System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleCommented 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 ArticleNew Post: TFS 2012 build server error
What other files are you referencing? Could you send me a zip with a full repro of this issue?
View ArticleNew Post: TFS 2012 build server error
I can't send a .zip, because I don't have access to the build machine, and it doesn't happen on my machine. Based on the error, it's happening when "moof.spec.js" is run, but as indicated above,...
View ArticleNew Post: TeamCity Integration Example
I enabled package restore on build, and then referenced the executable in the packages directory. See Using NuGet without committing packages to source control. And for crying out loud, why are you...
View ArticleNew Post: TeamCity Integration Example
Thanks, jrummell, I studied that famous link quite a bit. Do you remember what kind of package you had that linked to Chutzpah? It seems Chutzpah only lives in the top level packages.config, and the VS...
View ArticleNew Post: TFS 2012 build server error
So the build server works (moof.spec.js passes) when I roll the Chutzpah version back to 2.3. I guess I can just leave it there for now.
View ArticleNew Post: TFS 2012 build server error
user error! did not include new Chutzpah files into source control, only the changed ones. My apologies.
View ArticleCreated Unassigned: Chutzpah.json is ignored by both test runner / unit test...
For some strange reason Chutzpah.json doesn't seem to be loaded/parsed at all```{"RootReferencePathMode":"SettingsFileDirectory","TestFileTimeout": "1","CodeCoverageIncludes":...
View ArticleCommented Unassigned: Chutzpah.json is ignored by both test runner / unit...
For some strange reason Chutzpah.json doesn't seem to be loaded/parsed at all```{"RootReferencePathMode":"SettingsFileDirectory","TestFileTimeout": "1","CodeCoverageIncludes":...
View ArticleCommented Unassigned: Support AMD loading using TypeScript [122]
Support AMD loading (like with Require.js) using TypeScriptComments: I can't seem to get AMD working outside TypeScript either
View ArticleCreated Unassigned: I can't seem to test any AMD (RequireJS) modules with...
Is there any How tos ?I have tried all bunch of combinations but none of them work.The tests are running way too early before the async modules have even been loaded.Without AMD you can't test Durandal...
View ArticleCommented Unassigned: I can't seem to test any AMD (RequireJS) modules with...
Is there any How tos ?I have tried all bunch of combinations but none of them work.The tests are running way too early before the async modules have even been loaded.Without AMD you can't test Durandal...
View ArticleCommented Unassigned: Support AMD loading using TypeScript [122]
Support AMD loading (like with Require.js) using TypeScriptComments: Currently AMD loading with TypeScript probably isn't possible with Chutzpah since it doesn't compile TypeScript in AMD mode. I had...
View ArticleNew Post: Coverage report filename
Currently (v2.4.1.266) writes the coverage report files to the current directory. Would it be possible to give either a fully-qualified or partial path (and filename) to dictate where these files are...
View ArticleCommented Unassigned: I can't seem to test any AMD (RequireJS) modules with...
Is there any How tos ?I have tried all bunch of combinations but none of them work.The tests are running way too early before the async modules have even been loaded.Without AMD you can't test Durandal...
View ArticleNew Post: Would love to see that write up on RequireJs running in Chutzpah...
I still can't this working. VS2012/Chutzpah will still not discover my tests if they are in a define/require statements. It seems that requireJS will not even try to download the scripts from visual...
View ArticleCommented Unassigned: I can't seem to test any AMD (RequireJS) modules with...
Is there any How tos ?I have tried all bunch of combinations but none of them work.The tests are running way too early before the async modules have even been loaded.Without AMD you can't test Durandal...
View ArticleNew Post: Coverage report filename
That is a good suggestion and I will look to add it in a future release. Would it work if I let you set the CoverageOutputFolder in the chutzpah.json file?
View ArticleNew Post: Coverage report filename
Being able to set the output folder would be good, being able to set both the output folder and the output filename would be better :) Personally I'd prefer it (or them) set via the command line...
View Article