ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
293 stars 66 forks source link

Knobs combinations as source of tests #7

Open Maxim-Filimonov opened 4 years ago

Maxim-Filimonov commented 4 years ago

I was playing with knobs a bit and they feel like a perfect source of visual unit tests using flutter golden. Idea is to take all possible combinations and generate golden tests based on them. Similar to how eBay golden toolkit https://pub.dev/packages/golden_toolkit works