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 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?)?