Closed BondarenkoArtur closed 3 years ago
Currently, testWidgets
string is hardcoded in the plugin, but I think it makes sense to add a parameter that will tell the plugin whether it needs to generate a widget test, a flutter driver test, or a golden test.
quick update: this should be possible with version 0.7.1, but I didn't have time to write documentation yet. I plan to finish this next week.
I've updated the README file with some guidelines and published a video with some live demo. I think we may close this issue now 🙂
Your widget testing library is really cool one and I'm thinking about using it for comparing with screenshots.
I'm curious is it possible to use it for cases when golden_toolkit is installed and when instead of
testWidgets
,testGoldens
should be used?