Unverified Commit 8d04c555 authored by Tyler Norbury's avatar Tyler Norbury Committed by GitHub

Point to correct extended integration test driver file (#81565)

parent 3e6fe491
...@@ -47,7 +47,7 @@ Future<void> main() => integrationDriver(); ...@@ -47,7 +47,7 @@ Future<void> main() => integrationDriver();
You can also use different driver scripts to customize the behavior of the app You can also use different driver scripts to customize the behavior of the app
under test. For example, `FlutterDriver` can also be parameterized with under test. For example, `FlutterDriver` can also be parameterized with
different [options](https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/connect.html). different [options](https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/connect.html).
See the [extended driver](https://github.com/flutter/plugins/tree/master/packages/integration_test/example/test_driver/integration_test_extended_driver.dart) for an example. See the [extended driver](https://github.com/flutter/flutter/blob/master/packages/integration_test/example/test_driver/extended_integration_test.dart) for an example.
### Package Structure ### Package Structure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment