appium / dotnet-client

Extension to the official Selenium dotnet webdriver
Apache License 2.0
381 stars 187 forks source link

test: Add summary comment for test prerequisite #715

Closed Dor-bl closed 9 months ago

Dor-bl commented 9 months ago

List of changes

Added summary comment that explains the prerequisite for the test to pass. The comment indicates that the Appium server needs to be run with a specific command (appium --allow-insecure get_server_logs). The test method (CanCaptureServerTest) then checks various conditions related to server logs using assertions.

Types of changes

What types of changes are you proposing/introducing to the .NET client? Put an x in the boxes that apply

Documentation

Integration tests

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples showing how they work and possible use cases. Also, you can create gists with pasted C# code samples or put them here using markdown. About markdown please read Mastering markdown and Writing on GitHub