Chris Yang | 4a00496 | 2019-12-10 12:43:36 -0800 | [diff] [blame] | 1 | // Copyright 2014 The Flutter 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 | |
Dan Field | 5cc7b6c | 2021-06-07 10:33:00 -0700 | [diff] [blame] | 5 | import 'package:flutter_devicelab/framework/devices.dart'; |
Chris Yang | 4a00496 | 2019-12-10 12:43:36 -0800 | [diff] [blame] | 6 | import 'package:flutter_devicelab/framework/framework.dart'; |
Phil Quitslund | 61c30c4 | 2021-04-21 13:49:03 -0700 | [diff] [blame] | 7 | import 'package:flutter_devicelab/tasks/integration_tests.dart'; |
Chris Yang | 4a00496 | 2019-12-10 12:43:36 -0800 | [diff] [blame] | 8 | |
| 9 | Future<void> main() async { |
Jonah Williams | 223df0c | 2020-10-19 12:28:13 -0700 | [diff] [blame] | 10 | deviceOperatingSystem = DeviceOperatingSystem.android; |
| 11 | await task(createEndToEndDriverTest()); |
Chris Yang | 4a00496 | 2019-12-10 12:43:36 -0800 | [diff] [blame] | 12 | } |