Skip to content

Commit a2b7e42

Browse files
authored
test: Add summary comment for test prerequisite (#715)
* test: Add summary comment for test prerequisite * grammar fixes * Remove extra row
1 parent 75ce271 commit a2b7e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/Android/Session/LogTests.cs

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ public void CanCaptureLogcatTest()
5959
Assert.DoesNotThrow(() => _driver.Manage().Logs.GetLog(LogcatLogType));
6060
}
6161

62+
/// <summary>
63+
/// For this test to pass, need to run the appium server as follows: `appium --allow-insecure get_server_logs`
64+
/// </summary>
6265
[Test]
6366
public void CanCaptureServerTest()
6467
{

0 commit comments

Comments
 (0)