You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/src/commands/test/test_test.dart
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ const expectedTestUsage = [
49
49
' --platform=<chrome|vm|android|ios> The platform to run tests on. \n'
50
50
' --report-on=<lib/> An optional file path to report coverage information to. This should be a path relative to the current working directory.\n'
51
51
' --run-skipped Run skipped tests instead of skipping them.\n'
52
+
' --flavor Build a custom app flavor as defined by platform-specific build setup. Supports the use of product flavors in Android Gradle scripts, and the use of custom Xcode schemes.\n'
0 commit comments