Skip to content

Commit 137009b

Browse files
Switch test_suites to yaml. (flutter#27368)
This will allow us to include package, url, and argument information in the engine repo, requiring less infra soft transitions. The schema of this file should be something like: ```yaml test_suites: - package: tests-0.far - url: fuchsia-pkg://fuchsia.com/tests/meta#tests.cm - test_args: -- --gtest_filter=-Test.Disabled ``` test_args is optional. See https://fxbug.dev/79691.
1 parent a7b5522 commit 137009b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/fuchsia/test_suites.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This configuration file specifies test suites along with their gtest filters
2+
# to be passed as test arguments for flutter on FEMU tests.
3+
4+
test_suites:

0 commit comments

Comments
 (0)