blob: 457618c4cb12dbda7d117568ce303b050c40d90e [file] [log] [blame]
// 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.
import 'package:web_e2e_tests/screenshot_support.dart' as test;
Future<void> main() async {
await test.runTestWithScreenshots();
}