File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2017 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ import 'dart:async' ;
6
+
7
+ import 'package:flutter_devicelab/tasks/perf_tests.dart' ;
8
+ import 'package:flutter_devicelab/framework/adb.dart' ;
9
+ import 'package:flutter_devicelab/framework/framework.dart' ;
10
+
11
+ Future <Null > main () async {
12
+ deviceOperatingSystem = DeviceOperatingSystem .ios;
13
+ await task (createFlutterViewStartupTest ());
14
+ }
Original file line number Diff line number Diff line change @@ -196,6 +196,12 @@ tasks:
196
196
stage : devicelab_ios
197
197
required_agent_capabilities : ["has-ios-device"]
198
198
199
+ flutter_view_ios__start_up :
200
+ description : >
201
+ Verifies that Flutter View can be used from an iOS project.
202
+ stage : devicelab_ios
203
+ required_agent_capabilities : ["has-ios-device"]
204
+
199
205
# Tests running on Windows host
200
206
201
207
flutter_gallery_win__build :
You can’t perform that action at this time.
0 commit comments