RE: Beginner Question: Jenkins and Visual Studio tests

2014-11-06 Thread Sebok, Marton
: 2014. november 5. 8:49 To: jenkinsci-users@googlegroups.com Subject: Beginner Question: Jenkins and Visual Studio tests Hello everyone, I'm currently having a Visual Studio 2013 test solution which is runned by hand. Now I want to use jenkins for running this tests. How can I do this? I've already

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-06 Thread Christoph M
Of *Christoph M *Sent:* 2014. november 5. 8:49 *To:* jenkins...@googlegroups.com javascript: *Subject:* Beginner Question: Jenkins and Visual Studio tests Hello everyone, I'm currently having a Visual Studio 2013 test solution which is runned by hand. Now I want to use

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread jpd4nt
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

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Rob D
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

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Slide
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 robdsem...@gmail.com 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

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Rob Davis
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

Beginner Question: Jenkins and Visual Studio tests

2014-11-04 Thread Christoph M
Hello everyone, I'm currently having a Visual Studio 2013 test solution which is runned by hand. Now I want to use jenkins for running this tests. How can I do this? I've already searched in the internet and tried some suggestions, but the tutorials are not the best ones. I've tried