Skip to content

Commit 0f2e298

Browse files
Update README with latest commit ID - 0.0.21 (#70)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 5d8df98 commit 0f2e298

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<br>
3-
<img src="./logos/flutter-driver.png" alt="Flutter-Appium">
3+
<img src="Logo.png" alt="Flutter-Appium">
44
<br>
55
<br>
66
<br>
@@ -51,7 +51,7 @@ Get the latest version from `https://pub.dev/packages/appium_flutter_server/inst
5151

5252
```yaml
5353
dev_dependencies:
54-
appium_flutter_server: 0.0.18
54+
appium_flutter_server: 0.0.21
5555
```
5656
5757
2. Create a directory called `integration_test` in the root of your Flutter project.
@@ -146,24 +146,13 @@ For more details, refer to the documentation for each driver:
146146
- [Appium UiAutomator2 Driver](https://github.com/appium/appium-uiautomator2-driver)
147147
- [Appium XCUITest Driver](https://appium.github.io/appium-xcuitest-driver/latest)
148148

149-
150149
## Capabilities for Appium Flutter Integration Driver
151150

152151
| Capability | Description | Required |
153152
|----------------------------------|-------------------------------------------------------------------------|----------|
154153
| appium:flutterServerLaunchTimeout | Time in ms to wait for flutter server to be pingable. Default is 5000ms | No |
155154
| 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 |
156155

157-
158156
🚨 **Important Notice for iOS Testing**
159157

160158
⚠️ 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).
161-
162-
## Acknowledgements 💚
163-
164-
<p align="center">
165-
<a href= "https://saucelabs.com"><img src="./logos/sauce-labs.png" alt="Sauce Labs" width="60%" height="auto"></a>
166-
</p>
167-
168-
We would like to extend our heartfelt thanks to Sauce Labs for integrating the Appium Flutter Driver with their Real Device Cloud. Their assistance has been invaluable in enabling us to deliver robust and reliable testing solutions for Flutter applications. If you want to try the Flutter Integration Driver on Sauce Labs, check their [docs](https://docs.saucelabs.com/mobile-apps/automated-testing/appium/appium-flutter-integration-driver/). Thank you, Sauce Labs, for your continuous support.
169-

0 commit comments

Comments
 (0)