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
--test-adapter-path <ADAPTER_PATH>
Path to a directory to be searched for additional test adapters. Only .dll files with suffix .TestAdapter.dll are inspected. If not specified, the directory of the test .dll is searched.
The --test-adapter-path gets converted to --testadapterpath and forwarded to vstest ( for dlls ). This is handled by the TestAdapterPathArgumentProcessor which will update the RunSettings/RunConfiguration/TestAdapterPaths
/TestAdapterPath:[path] | Forces the vstest.console.exe process to use custom test adapters from a specified path (if any) in the test run
So this is the vstest extension mechanism and not specific to test adapter extensions - so this is incorrect Only .dll files with suffix .TestAdapter.dll are inspected.
Type of issue
Typo
Description
The --test-adapter-path gets converted to --testadapterpath and forwarded to vstest ( for dlls ). This is handled by the TestAdapterPathArgumentProcessor which will update the RunSettings/RunConfiguration/TestAdapterPaths
From vstest console options
So this is the vstest extension mechanism and not specific to test adapter extensions - so this is incorrect Only .dll files with suffix .TestAdapter.dll are inspected.
Page URL
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-test
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/tools/dotnet-test.md
Document Version Independent Id
2878af44-8208-7bd8-46d4-3acda3e82ce0
Article author
@tdykstra
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: