Skip to content

Support for --machine in very_good test #331

Description

@davidmartos96

Description
Support for the --machine option from flutter test. It provides a way to output a summary of the tests that were executed. How many failed, how long they took, etc... This output is useful to then convert it to popular formats such as an XML JUnit report, which can be interpreted by different other tools, like CI/CD platforms or IDEs. One tool to convert this output is https://pub.dev/packages/junitreport

On a dart test, the report output is obtained with --reporter json, not with --machine

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expectedfeatureA new feature or requestgood first issueGood for newcomersp3Issues that we currently consider unimportant

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions