Mstest could work too, if it does what you want. Here is a comparison chart <http://msdn.microsoft.com/en-us/library/vstudio/ms253138(v=vs.110).aspx?siteID=XdSn0e3h3.k-lOL1Bf2R1dNeB5JZ8guI1A#Runner> between it and vstestrunner. Look for "Choose and configure a test runner".
On Wed, Nov 5, 2014 at 3:38 PM, Slide <[email protected]> wrote: > Will mstest not work? There is a plugin for mstest, I use it in my builds. > > On Wed, Nov 5, 2014, 13:28 Rob D <[email protected]> wrote: > >> Christoph, >> >> I am also new to Jenkins and at the point of running tests on a Visual >> Studio project. I'm not sure what you mean by running the tests by hand. I >> am running unit tests and have found the VSTestRunner plugin useful there. >> However it does not display the test results. I am still trying to figure >> out how to do that. >> >> As jpd4nt says, if you want to run tests using vstestrunner, you will >> need to install Visual Studio. >> >> >> On Wednesday, November 5, 2014 10:15:09 AM UTC-6, jpd4nt wrote: >>> >>> Hi. >>> >>> From the look you can only run VSTests in Visual Studio, or rip the msi >>> out of Visual Studio installer >>> >>> Otherwise you are going to have to install Visual Studio on the server >>> as that how VSTests work. >>> >>> >>> -- >> 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/d/optout. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/E71G05G8q5c/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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/d/optout.
