You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 it using Visual Studio's "Send Feedback" option that can be accessed from the Help menu OR using this link https://developercommunity.visualstudio.com.
For a defect reproducable from the vstest command line, describe the issue you've observed.
Please share test platform diagnostics logs. Instructions to collect logs are here.
The logs may contain test assembly paths, kindly review and mask those before sharing.
See repository, logs are in TestResults folder
Environment
Please share additional details about the test environment.
Operating system, Build version of vstest.console
See Steps to reproduce
Important!
It works correctly when I run it locally on my machine.
.NET Core SDK (reflecting any global.json):
Version: 2.2.105
Commit: 7cecb35b92
Runtime Environment:
OS Name: arch
OS Version:
OS Platform: Linux
RID: arch-x64
Base Path: /opt/dotnet/sdk/2.2.105/
Host (useful for support):
Version: 2.2.3
Commit: 6b8ad509b6
.NET Core SDKs installed:
2.2.105 [/opt/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.NETCore.App 2.2.3 [/opt/dotnet/shared/Microsoft.NETCore.App]
vstest version 15.9.0-preview-20180807-05
The text was updated successfully, but these errors were encountered:
Description
The classname under test definition is wrong.
For example
the classname is
XunitTrx
which is wrongSteps to reproduce
Instructions are here https://github.com/cheng93/XunitTrx
Example output is in the
TestResults
folderExpected behavior
the classname should be
XunitTrx.FactTests
Actual behavior
See in Description
Diagnostic logs
See repository, logs are in
TestResults
folderEnvironment
See Steps to reproduce
Important!
It works correctly when I run it locally on my machine.
vstest version
15.9.0-preview-20180807-05
The text was updated successfully, but these errors were encountered: