Youssef Victor
Youssef Victor
@farlee2121 It's curious IMO if a test explorer is currently relying on TRX (even for VSTest). For the case of MTP specifically, I think test explorers are expected to launch...
We have documentation [here](https://github.com/microsoft/testfx/blob/main/docs/mstest-runner-protocol/001-protocol-intro.md), but parts of it may not be very up-to-date. Maybe the implementation can help along with the doc, which [here](https://github.com/microsoft/testfx/tree/main/src/Platform/Microsoft.Testing.Platform/ServerMode/JsonRpc)
> VSTest can run both VSTest-based projects and any projects with dual MTP/VSTest support, which seems like everything but TUnit. Well, it's both TUnit, and can be xunit when xunit.runner.visualstudio...
> Is there any update on custom control of the TE layout? I'd really love to have that done, but so far there are no updates there, unfortunately.
I think best you can do is to open a request on https://developercommunity.visualstudio.com/, affected users can upvote it.
@thomhurst Note that there is a niche case where TUnit is already broken in TE today due to the expectations of how this property is expected to be used. e.g...
Duplicate of https://github.com/microsoft/testfx/issues/1462. This is unfortunately generally an issue with parameterized tests where we currently need to serialize/deserialize test data.
This needs to be re-evaluated after https://github.com/unoplatform/uno/pull/18261/
@KlausLoeffelmann Assuming this goes green now, can you review please? Thanks!
@KlausLoeffelmann This is green now.