unit testing - Gallio: Cannot run tests because the MSTest executable was not found -
i installed newest gallio release 3.2.603 on box without visual studio our ci server. nant script built .net 4.0 projects when tries run mstest tests following error occurs.
[gallio] gallio nant task - version 3.2 build 601
[gallio] [error] assembly xxxxxxxxxxxxxx
[gallio] cannot run tests because mstest executable not found
am wrong expect gallio able run mstest tests without mstest executable or other visual studio components installed?
ok, got answer gallio support requires mstest.exe present on box. i'll test package aseem suggested whether provides enough stuff run tests.
update: installed microsoft visual studio test agent 2010 package. had add string value installdir [hklm\software\microsoft\visualstudio\10.0] , set value “c:\program files\microsoft visual studio 10.0\common7\ide”
now ci box runs tests perfectly.
Comments
Post a Comment