Skip to content

Commit

Permalink
Update README with latest commit ID - 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 13, 2024
1 parent 79f926d commit 9f5617b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -146,15 +146,13 @@ 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 |
|----------------------------------|-------------------------------------------------------------------------|----------|
| 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).

0 comments on commit 9f5617b

Please sign in to comment.