I wrote JavaScript tests using Jasmine. However, these tests are performed inside the browser, and not as part of MSTest.
I want my TFS Continuous Integration assemblies to crash when the JavaScript unit test fails. I know there is a solution in Visual Studio 2012, but I am in 2010 (and will probably be a long time in the future).
Is there an easy way to integrate Jasmine-based JavaScript modulation tests with TFS Build?
source share