Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the vstest.console.exe unit test runner #894

Closed
pvwichen opened this issue May 17, 2016 · 1 comment
Closed

Add support for the vstest.console.exe unit test runner #894

pvwichen opened this issue May 17, 2016 · 1 comment
Labels
Milestone

Comments

@pvwichen
Copy link
Contributor

What You Are Seeing?

Visual Studio 2012 and newer includes a newer unit test runner that is used for unit and coded UI tests. For more information, refer to: https://msdn.microsoft.com/en-us/library/jj155800.aspx

Also supports the ability to execute unit tests in a 64-bit assembly.

What is Expected?

The ability to execute unit and coded UI tests using the vstest.console.exe runner.
Example: VSTest("src/**bin/Release/*.Test.dll", new VSTestSettings { Logger = VsTestLogger.Trx });

What version of Cake are you using?

Version 0.11.0

Are you running on a 32 or 64 bit system?

64-bit system.

What environment are you running on? Windows? Linux? Mac?

Windows and Linux, although this runner would only apply to Windows currently.

Are you running on a CI Server? If so, which one?

Jenkins, Teamcity

@devlead
Copy link
Member

devlead commented May 31, 2016

fixed by #890

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants