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
We use a console and file logger during test execution. The console is not redirected to the Test execution during the test run. This should be configurable so if you run the test e.g. on a hosted agent that the test execution itself is always having the console log output in a continues flow.
E.g.
Test is having the simple Console loggerprovider. This is displayed after test run in Visual studio
In Azure pipeline this is hidden:
Background and Motivation
This would help detecting issues e.g. when the agent cancels or in the scenario when a time out occurs and you want to see which test and test step was executed. The console log should be displayed during test execution and not after.
The option to store the log in a file is not useful if the agent gets shutdown or crashed.
Example: We are trying to analyse a test run that crashes / shutdown the agent. There is no way to diagnose what happened:
Proposed Feature
Redirect console output in flow of the test run and always show it. This should be based on configuration.
The text was updated successfully, but these errors were encountered:
We use a console and file logger during test execution. The console is not redirected to the Test execution during the test run. This should be configurable so if you run the test e.g. on a hosted agent that the test execution itself is always having the console log output in a continues flow.
E.g.
Test is having the simple Console loggerprovider. This is displayed after test run in Visual studio
In Azure pipeline this is hidden:
Background and Motivation
This would help detecting issues e.g. when the agent cancels or in the scenario when a time out occurs and you want to see which test and test step was executed. The console log should be displayed during test execution and not after.
The option to store the log in a file is not useful if the agent gets shutdown or crashed.
Example: We are trying to analyse a test run that crashes / shutdown the agent. There is no way to diagnose what happened:
Proposed Feature
Redirect console output in flow of the test run and always show it. This should be based on configuration.
The text was updated successfully, but these errors were encountered: