integration_ui_ios_screenshot.dart 480 Bytes
Newer Older
1 2 3 4
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

5
import 'package:flutter_devicelab/framework/devices.dart';
6
import 'package:flutter_devicelab/framework/framework.dart';
7
import 'package:flutter_devicelab/tasks/integration_tests.dart';
8 9 10

Future<void> main() async {
  deviceOperatingSystem = DeviceOperatingSystem.ios;
11
  await task(createEndToEndScreenshotTest());
12
}