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
Added new reporter: GitReporter. It allows you to use git to view the differences between the received and approved files.
Added support to approve files using CLI. Now you can approve files using the command line: dart run approval_tests:review
Added support to use ApprovalTests during widget tests.
Added header to generated files. For resolved issues you can add this to approved files:
'# This file was generated by approval_tests. Please do not edit.\n'
Some minor changes and code improvements.
Thanks to Richard Coutts