[flutter_tools] Consider using --reporter=failures-only in flutter tool CI tests that use package:test

xtfmy6hx  于 4个月前  发布在  Flutter
关注(0)|答案(2)|浏览(65)

See title. This reporter (recently made available by #148739 ) might be useful to reducing noise in logs from CI tests.

kuarbcqp

kuarbcqp1#

由于我不太确定,我会在接下来的N周内进行调查。我会将这个任务保留在我个人的"愿意做"待办事项列表中,但在此期间,其他人也可以接手这个任务。

puruo6ea

puruo6ea2#

除非我误解了,我们使用 dart test 来进行大部分(全部?)的 Flutter 工具测试(示例)。(这不会改变这里的任何内容,只是为了后人的方便而记录一下)。

相关问题