Open nilsreichardt opened 1 month ago
Hi @nilsreichardt,
I'd like to work on migrating the project from golden_toolkit to alchemist. I’ll refactor the snapshot tests and ensure everything works smoothly with the new package.
Thanks!
Hi @faresbouzayen,
Thanks for taking this over!
Here is a bit more information and things you need to keep in mind when doing this migration:
multiScreenGolden
method which generates goldens for different screen sizes, see https://github.com/SharezoneApp/sharezone-app/blob/e22d4b61fd11c60d908362779a2adc81e259bf31/app/test_goldens/blackboard/details/blackboard_item_read_by_users_list_page_test.dart#L85 - we need something similar with alchemist
.golden_toolkit
config file can be helpful: https://github.com/SharezoneApp/sharezone-app/blob/da2d45ee0cd76e0f79c54b8c09d5ff22701406de/app/test_goldens/flutter_test_config.dart
The
golden_toolkit
package hasn't a maintainer anymore. Therefore, we should migrate to an alternative. The following packages are good candidates: