New Post: Spec file with Test Adapter
Tyrsius have you been able to get chutzpah working with Durandal.js? I was trying to check it out vs Phantomjs but am having the same issues.
View ArticleNew Post: Spec file with Test Adapter
To be honest I haven't had a chance to play with the latest version of Chutzpah. I ended up writing my own Test Adapter (which isn't as nice, but it worked), and its kind of a low priority to move back...
View ArticleCommented Unassigned: Error: Illegal characters in path. [245]
Given the following trace info from my log file:```devenv.exe Information: 0 : Time:16:29:17.3502517; Thread:6; Message:Adding watch on c:\users\userName\documents\visual studio...
View ArticleCreated Unassigned: Coverage + QUnit + Require.js results in timeout [246]
I've been able to setup QUnit testing and coverage using Chutzpah without require.js and everything works fine from both the Visual Studio extensions as well as the console runner.Next, I added...
View ArticleCommented Unassigned: Coverage + QUnit + Require.js results in timeout [246]
I've been able to setup QUnit testing and coverage using Chutzpah without require.js and everything works fine from both the Visual Studio extensions as well as the console runner.Next, I added...
View ArticleCommented Unassigned: Strange Js test error on build server [230]
When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...
View ArticleNew Post: Spec file with Test Adapter
That issue that you filed I closed with a fix. I have no heard back from you but I was able to get it to work with Chutzpah. @pwkad, If you need help please look at my solution to...
View ArticleUpdated Wiki: Chutzpah.json Settings File
Using the Chutzpah.json Settings File The Chutzpah settings file is an .json file that you can place anywhere in your testing directories to inform Chutzpah of test specific settings. The Chuzpah...
View ArticleCommented Unassigned: Strange Js test error on build server [230]
When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...
View ArticleSource code checked in, #340c88e554e7fa5bd9aa3b6304e4349d0b698d52
change enablecodecoverage setting to be tri-state. True means it always runs (same as now). False means it NEVER runs. Null (or not set) means it can run if the user tells it to
View ArticleCommented Unassigned: Disabling code coverage in VS is not possible [238]
In our project we want to disable code coverage when running from visual studio with code coverage enabled. One of the reasons is the limited support for requirejs in the fact that when enabled it...
View ArticleCommented Unassigned: Strange Js test error on build server [230]
When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...
View ArticleCommented Unassigned: Strange Js test error on build server [230]
When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...
View ArticleCommented Unassigned: Strange Js test error on build server [230]
When i run my js tests on the TFS build server. They all pass ok but i get the errors below every time, even if i remove all my js tests. Any help would be much appreciated.Error: TypeError:...
View ArticleUpdated Wiki: Using the compile setting
Compile Setting This setting lets you describe in the Chutzpah.json file how to execute a command which can compile your source files to .js files. You tell Chutzpah what to execute and some...
View ArticleUpdated Wiki: Using the compile setting
Compile Setting This setting lets you describe in the Chutzpah.json file how to execute a command which can compile your source files to .js files. You tell Chutzpah what to execute and some...
View ArticleCommented Unassigned: VS 2013 Test Explorer shows no JS tests [232]
This is a repost of a discussion I started.I'm using chutzpah test adapter for the test explorer 3.0.1. When I start VS and go to the Test Explorer, I can see the output in the "Tests" console. It...
View ArticleCommented Unassigned: VS 2013 Test Explorer shows no JS tests [232]
This is a repost of a discussion I started.I'm using chutzpah test adapter for the test explorer 3.0.1. When I start VS and go to the Test Explorer, I can see the output in the "Tests" console. It...
View ArticleCommented Unassigned: TFS 2012 Build Server and ReferenceError: Can't find...
Hi,I've been experimenting with adding Chutzpah to our TFS 2012 build server. Initially everything looked promising but I encountered a ReferenceError issue as soon as I got beyond the initial use...
View ArticleNew Post: Test traits
I vote for this too. Currently when I enable grouping by Traits, all my Chutzpah tests go under meaningless name "Module (1)". It would be great to be able to group my Chutzpah/QUnit tests as I like.
View Article