junit - Is it possible to get mstest with /publish option without needing to install Visual Studio? -
junit - Is it possible to get mstest with /publish option without needing to install Visual Studio? -
i trying publish junit.xml test results tfs build - have transformed them .trx files , display fine, long utilize mstest.exe /publish - have many users not have version of mstest installed on build agents.
according command-line options publishing test results, prerequisites version of mstest /publish alternative are:
visual studio ultimate, visual studio premium, or visual studio test professional
also, test agents (e.g. visual studio 2013 test agent) seem install version of mstest without publish functionality.
is there way (for example, can redistribute?) mstest.exe publishing functionality onto tfs build agents without needing purchase (and install) 1 of copies of visual studio?
visual-studio junit tfs mstest
Comments
Post a Comment