diff --git a/test/integration/Android/Session/LogTests.cs b/test/integration/Android/Session/LogTests.cs index df6f7e91..cf67c762 100644 --- a/test/integration/Android/Session/LogTests.cs +++ b/test/integration/Android/Session/LogTests.cs @@ -59,6 +59,9 @@ public void CanCaptureLogcatTest() Assert.DoesNotThrow(() => _driver.Manage().Logs.GetLog(LogcatLogType)); } + /// + /// For this test to pass, need to run the appium server as follows: `appium --allow-insecure get_server_logs` + /// [Test] public void CanCaptureServerTest() {