Hi,
We are running WinAppDriver tests as part of automated UI Testing of our application in Azure DevOps.
The standard output of WinAppDriver is shown in the step logs, but it kind of pollutes everything as we end up with a 1M+ line log file, which makes it difficult to read the other parts logged.
Is there a way to redirect this output to a file (to attach it to the test case itself maybe?)?
Thank you