We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ce271 commit a2b7e42Copy full SHA for a2b7e42
test/integration/Android/Session/LogTests.cs
@@ -59,6 +59,9 @@ public void CanCaptureLogcatTest()
59
Assert.DoesNotThrow(() => _driver.Manage().Logs.GetLog(LogcatLogType));
60
}
61
62
+ /// <summary>
63
+ /// For this test to pass, need to run the appium server as follows: `appium --allow-insecure get_server_logs`
64
+ /// </summary>
65
[Test]
66
public void CanCaptureServerTest()
67
{
0 commit comments