blob: ff6a0629dde5051c8be6a32d4384952776a82a75 [file] [log] [blame]
godofredoca6db0e22020-05-18 17:44:39 -07001# Copyright 2019 The Flutter Authors. All rights reserved.
godofredoc747e0032019-11-27 09:49:44 -08002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Casey Hillers26103172022-07-19 11:31:04 -07005# Tests configuration file.
godofredoc747e0032019-11-27 09:49:44 -08006#
7# It is used to define the tests that will be run on this repository
8# it uses a very simple schema:
9#
10# tasks:
11# - task: <folder name>
Casey Hillers26103172022-07-19 11:31:04 -070012# script: <relative path to the runner script>
godofredoc747e0032019-11-27 09:49:44 -080013
14tasks:
Casey Hillersabf8ba52020-11-19 13:58:11 -080015 # License checks should be first as testing Flutter projects creates artifacts
16 # from plugins that will fail the license checker.
17 - task: licenses
18 script: test_utilities/bin/dart_test_runner.sh
19
20 - task: licenses_check
21 script: test_utilities/bin/licenses.sh
22
Casey Hillers26103172022-07-19 11:31:04 -070023 - task: analyze
24 script: test_utilities/bin/analyze.sh
25
keyonghan554b7582023-08-07 10:23:05 -070026 - task: cipd_packages/codesign
Xilai Zhang098a4b62022-07-15 13:56:04 -070027 script: test_utilities/bin/dart_test_runner.sh
28
godofredoc747e0032019-11-27 09:49:44 -080029 - task: app_dart
30 script: test_utilities/bin/dart_test_runner.sh
31
Casey Hillers07f1f7c2021-08-25 16:16:01 -070032 - task: dashboard
godofredoc747e0032019-11-27 09:49:44 -080033 script: test_utilities/bin/flutter_test_runner.sh
34
Casey Hillers5cfe78d2022-02-16 15:30:01 -080035 - task: auto_submit
36 script: test_utilities/bin/dart_test_runner.sh
37
keyonghan554b7582023-08-07 10:23:05 -070038 - task: cipd_packages/device_doctor
keyonghanb9872a72020-12-09 09:21:56 -080039 script: test_utilities/bin/dart_test_runner.sh
godofredocaecd8f42022-11-28 13:22:32 -080040
41 - task: packages/buildbucket-dart
42 script: test_utilities/bin/dart_test_runner.sh
Ian Hickson536a1742023-08-22 20:23:00 -070043
44 - task: dev/githubanalysis
45 script: test_utilities/bin/dart_test_runner.sh
46
47 - task: dev/wiki-visualizer
48 script: test_utilities/bin/dart_test_runner.sh