Issue Type: Improvement Improvement
Affects Versions: current
Assignee: acmarques
Components: mstest
Created: 14/Aug/12 5:25 PM
Description:

Currently the mstestrunner plugin only supports the /testcontainer: commandline argument for mstest. This quickly falls short when you want to have a project with multiple DLLs and don't want to tweak the build config everytime a new test dll is introduced.

With Visual Studio and mstest and .vsmdi file can be created. This is an XML file that Visual Studio generates and lets you build test suites. Once you have this file created you can use the /testmetadata: commandline arg to point to the .vsmdi file and not specify the test dlls.

See http://msdn.microsoft.com/en-us/library/ms182489.aspx for full details on MSTest commandline args.

Environment: Windows build environments
Project: Jenkins
Labels: mstest
Priority: Major Major
Reporter: Jeff Taylor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to