Skip to content

Commit

Permalink
test: Add summary comment for test prerequisite (#715)
Browse files Browse the repository at this point in the history
* test: Add summary comment for test prerequisite

* grammar fixes

* Remove extra row
  • Loading branch information
Dor-bl authored Dec 24, 2023
1 parent 75ce271 commit a2b7e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/Android/Session/LogTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public void CanCaptureLogcatTest()
Assert.DoesNotThrow(() => _driver.Manage().Logs.GetLog(LogcatLogType));
}

/// <summary>
/// For this test to pass, need to run the appium server as follows: `appium --allow-insecure get_server_logs`
/// </summary>
[Test]
public void CanCaptureServerTest()
{
Expand Down

0 comments on commit a2b7e42

Please sign in to comment.