Skip to content

How do I get test progress or any console output during execution with dotnet test? #3967

Answered by nohwnd
turbobobbytraykov asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like your project is using the new testing platform and the new dotnet test integration that we are now working to improve.

If you are using single project please try using dotnet run rather than dotnet test.

You can also use:

 dotnet run -- --output detailed

to see passed tests (like before with --logger "console;verbosity=detailed")

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@turbobobbytraykov
Comment options

@Evangelink
Comment options

@nohwnd
Comment options

@turbobobbytraykov
Comment options

@nohwnd
Comment options

Answer selected by turbobobbytraykov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants