Open sfshaza2 opened 4 years ago
The API docs may have something along the lines of what you are looking for:
https://api.flutter.dev/flutter/flutter_test/GoldenFileComparator-class.html
https://api.flutter.dev/flutter/flutter_test/matchesGoldenFile.html
https://api.flutter.dev/flutter/flutter_test/LocalFileComparator-class.html
I'd like to add info to the widget testing page on golden tests - what they are and an example.
@Piinks