flutter_widget_from_html
flutter_widget_from_html copied to clipboard
Update integration tests to run on real devices
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
- https://patrol.leancode.co/ci/firebase-test-lab
- https://github.com/leancodepl/patrol/blob/e0b6908/.github/workflows/test-android-device.yaml
- https://github.com/leancodepl/patrol/blob/e0b6908/.github/workflows/test-ios-device.yaml
Continue from #392, #709