Posts

Showing posts with the label Alchemist

Simplify Golden Testing with Alchemist - A Flutter Package

Image
Introduction: Golden testing is an essential part of ensuring the visual correctness of Flutter applications. However, writing and running golden tests can be challenging and time-consuming. Fortunately, there's a Flutter package called Alchemist that aims to simplify golden testing and make it easier for developers. In this article, we will explore the features and usage of the Alchemist package, along with some advanced techniques for effective golden testing. Golden Testing Made Easy with Alchemist: Alchemist is a Flutter package specifically designed to support golden testing. It provides functions, extensions, and documentation that streamline the golden testing process. Inspired by the golden_toolkit package from eBay Motors, Alchemist aims to make writing and running golden tests in Flutter a breeze. Platform Tests vs. CI Tests: Alchemist offers two types of golden tests: platform tests and CI tests. Platform tests generate golden fi...