We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vstest does not accept /InIsolation as command
run vstest.console unitest.dll /InIsolation
The test should run
Error: The test source file "/InIsolation" provided was not found
The text was updated successfully, but these errors were encountered:
In current test platform, InIsolation is always true. Running tests without isolation is not supported.
InIsolation
Probably we should add an argument processor to maintain compat and inform the user about it is true by default.
Sorry, something went wrong.
PR: #414
mayankbansal018
No branches or pull requests
Description
Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: