blob: 7e49e6b21a95eff639ae71aeb92277095cd53654 [file] [log] [blame]
Chris Yang4a004962019-12-10 12:43:36 -08001// 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 Field5cc7b6c2021-06-07 10:33:00 -07005import 'package:flutter_devicelab/framework/devices.dart';
Chris Yang4a004962019-12-10 12:43:36 -08006import 'package:flutter_devicelab/framework/framework.dart';
Phil Quitslund61c30c42021-04-21 13:49:03 -07007import 'package:flutter_devicelab/tasks/integration_tests.dart';
Chris Yang4a004962019-12-10 12:43:36 -08008
9Future<void> main() async {
Jonah Williams223df0c2020-10-19 12:28:13 -070010 deviceOperatingSystem = DeviceOperatingSystem.android;
11 await task(createEndToEndDriverTest());
Chris Yang4a004962019-12-10 12:43:36 -080012}