-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathflutter_devtools.test
27 lines (19 loc) · 1.03 KB
/
flutter_devtools.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Tests from https://github.com/flutter/devtools
fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git tests
# NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test.
# The analysis and testing for DevTools have been split into two different
# registry to speed up performance.
fetch=git -c core.longPaths=true -C tests checkout 4fdf69d2ef038173824ed61096224e020be094f9
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt
update=packages/devtools_app
update=packages/devtools_app_shared
update=packages/devtools_extensions
update=packages/devtools_shared
update=packages/devtools_test
# Analysis of the DevTools codebase is performed in flutter_devtools_analysis.test.
# TODO(kenz): if we can exclude golden image tests (or switch to Mock Canvas?)
# run these tests on all platforms.
test.linux=./tool/flutter_customer_tests/test.sh
# Reduce number of iterations to 1 because these tests take longer than our recommended maximum.
iterations=1