Edited Issue: Running with parallelism gives System.IO.IOException [74]
Running chutzpah.console.exe /path spec\ /parallelism 8 gives IO-exceptions.We have a folder with several test-files, some javascript, some coffeescript. Each file starts with a <reference...
View ArticleCommented Issue: Running with parallelism gives System.IO.IOException [74]
Running chutzpah.console.exe /path spec\ /parallelism 8 gives IO-exceptions.We have a folder with several test-files, some javascript, some coffeescript. Each file starts with a <reference...
View ArticleCommented Unassigned: Remove need for reference lines [211]
TypeScript no longer requires <reference .../> lines: see https://typescript.codeplex.com/discussions/453886It would be marvellous if one could use Chutzpah without having to supply <reference...
View ArticleCommented Unassigned: Remove need for reference lines [211]
TypeScript no longer requires <reference .../> lines: see https://typescript.codeplex.com/discussions/453886It would be marvellous if one could use Chutzpah without having to supply <reference...
View ArticleNew Post: RequireJS BaseURL Problem
Hi guys. I'm new to Chutzpah and RequireJS, so I assume I'm missing something very simple. I have a small test project set up as shown below. It works perfectly through both the Test Adapter and Test...
View ArticleNew Post: How to unit test Angular directive which have reference to external...
Hi mmanela, I tried to integrate the template path. and wrote the test case as below. I got following error______Error: [$injector:modulerr] Failed to instantiate module...
View ArticleCommented Unassigned: TFS 2012 Tests not executing [213]
Hi There,We are using Chutzpah which is a great tool and we have had a lot of success using it within Visual Studio, however we cannot seem to get it working within out TFS 2012 automated team build....
View ArticleSource code checked in, #90cd328cb1057bd5d1514803a748a2e68a86b67e
Merge branch 'master' of https://git01.codeplex.com/chutzpah
View ArticleCommented Unassigned: TFS 2012 Tests not executing [213]
Hi There,We are using Chutzpah which is a great tool and we have had a lot of success using it within Visual Studio, however we cannot seem to get it working within out TFS 2012 automated team build....
View ArticleNew Post: RequireJS BaseURL Problem
Well, I think you found a limitation in how Chutzpah handles requirejs. Chutzpah doesn't understand the baseurl in your requirejs config so when it generates the path to run the test is isn't using it....
View ArticleNew Post: RequireJS BaseURL Problem
Thanks Matthew! I don't know enough about the inner workings of Chutzpah to comment with any authority, but it sounds reasonable. Perhaps others can add their thoughts. Interestingly though, I managed...
View ArticleNew Post: RequireJS BaseURL Problem
I have not tried that before but I guess that means I have an assumption in my code that prevents the tests from living up directories from the harness. Could you file a work item on the issues page...
View ArticleCreated Unassigned: RequireJS BaseURL Problem [214]
When using Chutzpah with RequireJS, Chutzpah does not understand the baseurl in the requirejs config file, so when it generates the path to run tests, it doesn't use it.A workaround exists which is to...
View ArticleCreated Unassigned: After upgrading to 3.1.1 running against html fails [215]
I used to run```chutzpah.console.exe path/to/SpecRunner.html```but now it doesn't pick up the tests for me```=== 0 total, 0 failed, took 0.25 seconds ===```[Here's the question I posted on...
View ArticleCommented Unassigned: TFS 2012 Tests not executing [213]
Hi There,We are using Chutzpah which is a great tool and we have had a lot of success using it within Visual Studio, however we cannot seem to get it working within out TFS 2012 automated team build....
View ArticleCommented Unassigned: After upgrading to 3.1.1 running against html fails [215]
I used to run```chutzpah.console.exe path/to/SpecRunner.html```but now it doesn't pick up the tests for me```=== 0 total, 0 failed, took 0.25 seconds ===```[Here's the question I posted on...
View ArticleCommented Unassigned: After upgrading to 3.1.1 running against html fails [215]
I used to run```chutzpah.console.exe path/to/SpecRunner.html```but now it doesn't pick up the tests for me```=== 0 total, 0 failed, took 0.25 seconds ===```[Here's the question I posted on...
View ArticleCommented Unassigned: After upgrading to 3.1.1 running against html fails [215]
I used to run```chutzpah.console.exe path/to/SpecRunner.html```but now it doesn't pick up the tests for me```=== 0 total, 0 failed, took 0.25 seconds ===```[Here's the question I posted on...
View ArticleNew Post: Timeout occurs occasionally but not always even I set timeout to...
Timeout occrurs occasionally on our TFS build server even I set timeout to 30 seconds, it seems this is not related to timeout setting(I tested from 10 seconds to 30 seconds, our test file is not big...
View Article