Skip to content

Instantly share code, notes, and snippets.

@esalaza
Last active September 16, 2019 04:23
Show Gist options
  • Save esalaza/e7d35b83e814cc51506117be4eadd085 to your computer and use it in GitHub Desktop.
Save esalaza/e7d35b83e814cc51506117be4eadd085 to your computer and use it in GitHub Desktop.

.NET Core Notes

Console output in dotnet test

dotnet test --logger:"console;verbosity=detailed"

Also, ITestOutputHelper

Running selective tests

dotnet test --filter Namespace.TestClass.Test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment