mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This test was deleted in https://github.com/flutter/flutter/pull/162903
under the claim that it wasn't running, but it was actually (just only
in bringup). In fact the [glue
code](dbed04aa32/dev/devicelab/lib/tasks/integration_tests.dart (L75))
and
[ci.yaml](https://github.com/flutter/flutter/blob/master/.ci.yaml#L2874)
target are still around. It tested stuff that isn't covered by the
current testing landscape, like alert dialogue popup and event types
being preserved.
The original pr was not a pure deletion so I maintained the good changes
(mostly a change to use shared code for the app under test).
Had to make some changes (described in comments below) but the test is
passing in its current state.
---------
Co-authored-by: Gray Mackall <mackall@google.com>
31 lines
684 B
YAML
31 lines
684 B
YAML
name: hybrid_platform_views
|
|
# This package is not intended for consumption on pub.dev.
|
|
publish_to: none
|
|
resolution: workspace
|
|
description: An integration test for hybrid composition on Android
|
|
version: 1.0.0+1
|
|
environment:
|
|
sdk: ^3.7.0-0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_driver:
|
|
sdk: flutter
|
|
path_provider: any
|
|
collection: any
|
|
assets_for_android_views:
|
|
git:
|
|
url: https://github.com/flutter/goldens.git
|
|
ref: 64d0f6051b9b7b9933d3d16194170a38f544634a
|
|
path: dev/integration_tests/assets_for_android_views
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
test: any
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# PUBSPEC CHECKSUM: re4vps |