At our company we are using golden toolkit from ebay: https://pub.dev/packages/golden_toolkit for unit testing widgets and also flutterbook for developing and act as a repository. Code for both these is pretty similar
Wouldn't it be wonderful. if we can have a way to integrate both of them?
May be have a custom plugin or a command line argument
flutter run --dart-env=test-goldens to trigger golden screentests on all states of flutterbook.
At our company we are using golden toolkit from ebay: https://pub.dev/packages/golden_toolkit for unit testing widgets and also flutterbook for developing and act as a repository. Code for both these is pretty similar
Wouldn't it be wonderful. if we can have a way to integrate both of them?
May be have a custom plugin or a command line argument
flutter run --dart-env=test-goldens
to trigger golden screentests on all states of flutterbook.