app_deploy_screenshots
library
Typedefs
-
CustomPump
= Future<void> Function(WidgetTester)
-
CustomPump is a function that lets you do custom pumping before golden evaluation.
Sometimes, you want to do a golden test for different stages of animations, so its crucial to have a precise control over pumps and durations
-
DeviceSetup
= Future<void> Function(Device device, WidgetTester tester)
-
Function definition for allowing for device or test setup to occur for each device configuration under test
-
FileNameBuilder
= String Function(Device device)
-
Function definition for allowing for custom file name building