My suggestion about new tab on Flutter Inspector app for generate tests from UI by using inspect with follow scenario as example:
Select some widget
Open new tab (Test generator) as on image
as example if widget button one of options onTap test as action, if TextField entreText action
or check if we have some text on this widget (find.text())...
finally generate file with all tests created by user
My suggestion about new tab on Flutter Inspector app for generate tests from UI by using inspect with follow scenario as example:
New Tab :
WIP