Skip to content
New issue

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

Incorrect console logger's verbosity default value in vstest.console help #1321

Closed
smadala opened this issue Dec 6, 2017 · 0 comments
Closed
Labels

Comments

@smadala
Copy link
Contributor

smadala commented Dec 6, 2017

Description

See https://developercommunity.visualstudio.com/content/problem/160946/vstestconsoleexe-always-adds-console-logger-in-upd.html

Steps to reproduce

  • Run vstest.console.exe /?

Expected behavior

--logger|/logger:<Logger Uri/FriendlyName>
Specify a logger for test results. For example, to log results into a
Visual Studio Test Results File (TRX) use /logger:trx [;LogFileName=]
Creates file in TestResults directory with given LogFileName.

  Change the verbosity level for console logger. Allowed values for verbosity: quiet, minimal and normal.
  Example: /logger:console;verbosity=<Defaults to "normal">

Actual behavior

--logger|/logger:<Logger Uri/FriendlyName>
Specify a logger for test results. For example, to log results into a
Visual Studio Test Results File (TRX) use /logger:trx [;LogFileName=]
Creates file in TestResults directory with given LogFileName.

  Change the verbosity level for console logger. Allowed values for verbosity: quiet, minimal and normal.
  Example: /logger:console;verbosity=<Defaults to "minimal">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants