Testing
Flutter: Golden tests — compare Widgets with Snapshots
Testing is crucial for delivering high-quality apps. In this article, I’d like to discuss one of the lesser-known features of Widget testing — Golden tests. What is a Golden test? Golden tests are Widget tests. A special matcher compares your widget to an image file and expects them to be Read more…