Easy way to integrate Jasmine JavaScript unit testing with TFS Build CI -


I am writing Javascript Unit Test using Jasmine. However, those tests are run inside the browser, not as part of MSTest.

I want my TFS to break continuous integration when a Javascript unit test fails. I know that there is a solution for this in Visual Studio 2012, but I'm in 2010 (and possibly even in the future).

Is there an easy way to integrate Jasmine based JavaScript into a unit test with TFS build?

Test runner enables you to run your queen and Jasmine JavaScript unit tests command line or visual studio.

So you should be able to integrate into your TFS build through the invoke process.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -