Given the rather extensive existing library of tests in MStest, I would like to add jasime for testign javascript and inbclude those new test in the MSTesting framework so that there is minimal disruption to current TDD patterns...

If anyone knows of an existing mstest runner for Jasmine, I would appreciate it. Would save time now having ot build one myself. Also opne to other MSTest integration ideas as well, just in case I'm chasing the wrong solution...

Our current continuos integration/source control solution is TFS 2010.

Development is with VS 2010 and the resharper plugin.

link|improve this question

feedback

1 Answer

Chutzpah runs Jasmine or QUnit tests in the headless PhantomJS browser from the command line. I'm currently working on publishing it's output to TFS 2010 called from a PSake build script. My hope is that with some XSLT or other magic, I can get the JS tests to fail the build if one doesn't pass.

link|improve this answer
3  
If you figured out how to make it integrate nicely with TFS 2010 I would love to merge your work back into the Chutzpah. – Matthew Manela Feb 12 at 22:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.