vstest
vstest copied to clipboard
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
This pull request updates the following dependencies [marker]: (Begin:300bb6cf-9b64-48e5-d50a-08da59108662) ## From https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage - **Subscription**: 300bb6cf-9b64-48e5-d50a-08da59108662 - **Build**: 20220812.3 - **Date Produced**: August 12, 2022 10:46:52 AM UTC - **Commit**: d08199abbb2a5e5c6aef274d1e23c31b5caea3dc...
## Description The branch coverage produced by `dotnet test --collect:"Code Coverage"` seems to be a bit incorrect for snippets of code that looks like this: ```cs int someNumber = GetProbablyNullInt()...
## Description > **IMPORTANT**: if the defect is reproduced only in a workflow from within the Visual Studio IDE then do not report the issue here - instead, please report...
At the moment, test platform only supports discovery of tests present inside test sources that are files. With the change in this PR, it can additionally support discovery of tests...
## Description Running Tests in Azure DevOps produces the following error with a .NET Framework Solution. ``` ##[error]Testhost process exited with error: You must install or update .NET to run...
## Description Testing fails with VSTest 17.3.0 in an Azure DevOps pipeline and produces the following errors: ``` [error]Testhost process exited with error: Cannot use file stream for [...\bin\Debug\net6.0\testhost.deps.json]: No...
TestPlatform 17.3.0 was reported to fail in CI run by #3937 and #3938, the issue seems to b The issue seems to be that after 17.3.0 introduced the ability to...
## Description When test runs with --blame-crash, on .NET we set environment variables that use internal functionality of .NET to collect a crash dump. When a child process is started...
## Description Since updating to the latest version of Microsoft.TestPlatform, unittests don't run anymore in Azure DevOps pipelines. It seems as if there are some assembly reference mismatches, and test...
This issue is more of a question than a bug. I didn't see github discussions here so I created this issue. Please sent me to the right place if this...