From 58a2c6ecba686ccf7e4c2b4f2dc996cacf5ea546 Mon Sep 17 00:00:00 2001 From: Mootaz Bahri Date: Thu, 11 Jul 2024 13:01:30 +0200 Subject: [PATCH] document appium flutter integration driver --- .../appium/appium-flutter-integration-driver.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/mobile-apps/automated-testing/appium/appium-flutter-integration-driver.md b/docs/mobile-apps/automated-testing/appium/appium-flutter-integration-driver.md index e3845288c9..ae91c95f5d 100644 --- a/docs/mobile-apps/automated-testing/appium/appium-flutter-integration-driver.md +++ b/docs/mobile-apps/automated-testing/appium/appium-flutter-integration-driver.md @@ -35,8 +35,6 @@ The apps can be found [here](https://github.com/saucelabs/my-demo-app-flutter/re ## Prepare the app with Flutter Integration Server -The Appium Flutter Driver uses the [Dart VM Service Protocol](https://github.com/dart-lang/sdk/blob/master/runtime/vm/service/service.md) with extension `ext.flutter.driver`, similar to Flutter Driver, to control the Flutter app-under-test (AUT). This needs to be enabled in the AUT before the app can be tested with Appium Flutter Driver and can be done by following the steps below: - 1. Open your Flutter project in your favorite IDE. 2. In your Flutter app's `pubspec.yaml`, add the following dependencies: