mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.