VSTestBridge doesn't use TestMethodIdentifierProperty
#5406
Labels
Area: MTP Extensions
Area: MTP VSTest Bridge
Area: MTP
Belongs to the Microsoft.Testing.Platform core library
Milestone
This property can be used by extensions to know test information.
The only thing we add in VSTestBridge is
vstest.TestCase.FullyQualifiedName
which is even done only for VS and isn't publicly accessible.We need a reliable way to correctly add
TestMethodIdentifierProperty
, but maybe we are limited by VSTest there.Ideally, we would get rid of VSTestBridge completely and have an MSTest implementation completely based on MTP, but NUnit is also using the bridge so it would be good if we can fix the bridge as well
The text was updated successfully, but these errors were encountered: