From 18411435c824367b1144693d9a02f768701025b7 Mon Sep 17 00:00:00 2001 From: Gavin Zhao Date: Fri, 21 Apr 2023 21:48:22 -0400 Subject: [PATCH] test(all): add --headless option to firefox platform Signed-off-by: Gavin Zhao --- tool/dart_test_repo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tool/dart_test_repo.yaml b/tool/dart_test_repo.yaml index 7442b31017..6811f92172 100644 --- a/tool/dart_test_repo.yaml +++ b/tool/dart_test_repo.yaml @@ -2,3 +2,8 @@ presets: ci: # Don't run any tests that are tagged ["fails-on-ci"]. exclude_tags: "fails-on-ci" + +override_platforms: + firefox: + settings: + arguments: --headless