microsoft / vstest

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
MIT License
883 stars 319 forks source link

User should able to troubleshoot the testplatform/adapter failures from logs #1316

Closed smadala closed 2 years ago

smadala commented 6 years ago

Description

See https://github.com/Microsoft/vstest/issues/623#issuecomment-348532950

soeron commented 6 years ago

Even better in test output tab in the IDE.

smadala commented 6 years ago

@soeron Logs can gets very huge based on number of tests(can cause VS hang) and generated in two or more processes( can impact performance).

soeron commented 6 years ago

That's why you can choose what information you want to see there. Obviously if you are looking at the logs most of the time you are trying to figure out where is the problem if there is any, but that's my opinion.

Evangelink commented 2 years ago

This troubleshooting document is a good starting point: https://github.com/microsoft/vstest-docs/blob/main/docs/troubleshooting.md