flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

Update integration tests to run on real devices

Open daohoangson opened this issue 2 years ago • 0 comments

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

daohoangson avatar Dec 22 '23 02:12 daohoangson