flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.82k stars 3.23k forks source link

Add golden testing to 'An introduction to widget testing' page #4855

Open sfshaza2 opened 4 years ago

sfshaza2 commented 4 years ago

I'd like to add info to the widget testing page on golden tests - what they are and an example.

@Piinks

Piinks commented 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