-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
As discussed at #27845, it would be very helpful to be able to have flutter test report details about failures, without printing a line for every success.
This is already what it mostly does by default for interactive use (the exceptions to "mostly" include skips and tests with noisy output of their own), by overwriting the same line repeatedly using terminal escape sequences. But that's not available in a CI context.
Recent versions of package:test support this, with --reporter failures-only. So we just need to accept that argument ourselves, and pass it through.
Metadata
Metadata
Assignees
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our teststeam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.