Artur Spychaj
Artur Spychaj
This is related to https://developercommunity.visualstudio.com/content/problem/696704/visual-studio-2019-1622-test-explorer-and-live-uni.html Theories that include unicode characters in the theory data fail when run from VS. That happens as the serialization helper doesn't round trip unicode strings...
Reporting this on behalf of https://developercommunity.visualstudio.com/content/problem/603414/tests-fail.html Here's an example test class. When running the theory test using an adapter it serializes/deserializes the xunit test case. After deserialization reference equality isn't...
If the client disconnects before discovery and run, currently TestPlatform does not send a disconnect event. Ensure that we still send the OnAbort event.
**Version Used**: VS 17.14 **Steps to Reproduce**: 1. Download https://github.com/microsoft/vs-streamjsonrpc 2. Add `true` to the main Directory.Build.props, to compile all projects with LUT instrumentation and the `/instrument:TestCoverage` csc flag 3....
Taken from https://developercommunity.visualstudio.com/t/VS-Test-Explorer-wont-run-tests/10713829 The issue the customer is describing is such that the testhost.exe was not found. The error message is somewhat vague (where should the testhost.exe be located)? How...
# Repro steps This can be for example tested on https://github.com/microsoft/vs-streamjsonrpc, by forcing vstest mode in the test project: ``` true false false ``` If a user triggers a run...