ztepsic / vstestrunner-plugin

VSTest.Console.exe execute plugin.

Home Page:https://wiki.jenkins-ci.org/display/JENKINS/VsTestRunner+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSTestRunner Plugin

This plugin allow you to execute test using VsTest command line tool.

Description

This plugin allow you to execute test using VsTest command line tool.
VSTest are test classes for .NET framework which are integrated into Visual Studio.

Configuration

System configuration

vstestrunner plugin tool config

  • Open the system configuration page "Manage Jenkins→Global Tool Configuration"
  • Enter the path to the VsTest command line client, that should be used by Jenkins.
  • The path location is as instance: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow\\vstest.console.exe.

Job configuration

vstestrunner plugin job config

Similar plugin

MSTestRunner Plugin
https://wiki.jenkins-ci.org/display/JENKINS/MSTestRunner+Plugin

About

VSTest.Console.exe execute plugin.

https://wiki.jenkins-ci.org/display/JENKINS/VsTestRunner+Plugin

License:MIT License


Languages

Language:Java 82.0%Language:HTML 18.0%