I am running a Selenium test, in C#, driven by MSTest in Azure DevOps Server 2019.
When I look in the logs for the Visual Studio Test task which runs the MSTest tests all I can see is that the test method has been discovered and that the test ran.
I have embedded calls to Console.WriteLine()
, Debug.WriteLine()
and Trace.WriteLine()
in various places in my Selenium test but none of them ends up in the log.
How can I configure the ADOS pipeline to show me log messages coming in from my test?