Skip to content

Commit

Permalink
Switch test_suites to yaml. (flutter#27368)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chandarrengoog authored Jul 14, 2021
1 parent a7b5522 commit 137009b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/fuchsia/test_suites.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This configuration file specifies test suites along with their gtest filters
# to be passed as test arguments for flutter on FEMU tests.

test_suites:

0 comments on commit 137009b

Please sign in to comment.