daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Update integration tests to run on real devices #1138

Closed daohoangson closed 5 months ago

daohoangson commented 9 months ago

The integration tests are using emulator / simulator so they are not very close to actual running environment. It would be better if we can use real devices from AWS Device Farm or Firebase Test Lab.

Patrol looks promising

Continue from #392, #709