-
Patch
-
Resolution: Unresolved
-
Major
-
None
Visual Studio 2012 introduced VSTest.Console.exe to replace MSTest.exe.
See here for more information:
http://msdn.microsoft.com/en-us/library/vstudio/ms182486.aspx
For the most part the trx output format is the same, except the class name is no longer in the full assembly reference format. It is now just the class name.
MSTest.exe:
className="Foo.AssemblyName.Namespace.TestClass, Foo.AssemblyName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0123abcd0123abcd"
VSTest.Console.exe:
className="Foo.AssemblyName.Namespace.TestClass"
Attached is a modified xsl that addresses this difference. Please review and incorporate at your earliest convenience.
- is related to
-
JENKINS-21424 VsTestRunner plugin: test results are not published
-
- Open
-
[JENKINS-19360] Missing classname when used with reports generated from VSTest.Console.exe
Attachment | New: mstest-to-junit.xsl [ 24470 ] |
Link | New: This issue is related to JENKINS-21424 [ JENKINS-21424 ] |
Assignee | Original: acmarques [ acmarques ] | New: Ivo Bellin Salarin [ nilleb ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
mstest transform change