Hi, I have never done it myself, but maybe this is helpfull: http://blog.anthonybaker.me/2013/05/running-mstest-without-visual-studio.html
And one of the comments under the article says you can install: http://www.microsoft.com/en-us/download/details.aspx?id=40750 HTH and good luck;-) Dirk 2014-02-12 Priti Patel <[email protected]>: > How to set up a Test pass to run microsoft fakes unit test without > installing visual studio on Jenkins server? > > We have tried to copy visual studio test runner related DLLs and use > vstest.console.exe to run unit tests on CI build. But we are getting error > : > Microsoft.QualityTools.Testing.Fakes.UnitTestIsolation.UnitTestIsolationException: > UnitTestIsolation instrumentation failed to initialize. Please restart > Visual Studio and rerun this test. > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
