From 9f5617b02addc97b0904d12fa7cb53f2e280f18d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 13 Jul 2024 13:49:53 +0000 Subject: [PATCH] Update README with latest commit ID - 0.0.19 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ed53d5..29eab4d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Get the latest version from `https://pub.dev/packages/appium_flutter_server/inst ```yaml dev_dependencies: - appium_flutter_server: 0.0.18 + appium_flutter_server: 0.0.19 ``` 2. Create a directory called `integration_test` in the root of your Flutter project. @@ -146,7 +146,6 @@ For more details, refer to the documentation for each driver: - [Appium UiAutomator2 Driver](https://github.com/appium/appium-uiautomator2-driver) - [Appium XCUITest Driver](https://appium.github.io/appium-xcuitest-driver/latest) - ## Capabilities for Appium Flutter Integration Driver | Capability | Description | Required | @@ -154,7 +153,6 @@ For more details, refer to the documentation for each driver: | appium:flutterServerLaunchTimeout | Time in ms to wait for flutter server to be pingable. Default is 5000ms | No | | appium:flutterSystemPort | The number of the port on the host machine used for the Flutter server. By default the first free port from 10000..11000 range is selected. It is recommended to set this value if you are running parallel tests on the same machine.| No | - 🚨 **Important Notice for iOS Testing** ⚠️ Testing on real iOS devices for `semanticsLabel` may not work due to an issue raised with Flutter. For updates and more information, please refer to [GitHub issue #151238](https://github.com/flutter/flutter/issues/151238).