awslabs / aws-device-farm-gradle-plugin

Gradle plugin for AWS Device Farm.
Apache License 2.0
61 stars 32 forks source link

Flutter support #33

Open neiljaywarner opened 3 years ago

neiljaywarner commented 3 years ago

Can this be used with flutter integration_test? e.g. 1) I can run tests locally which pass with ./gradlew app:connectedAndroidTest -Ptarget=pwd/../integration_test/app_test.dart 2) I can manually upload to AWS device farm 3) if i use this plugin, how do i specify app_test.dart?

aristeia commented 3 years ago

Hi there, Thanks for reaching out. I would recommend looking into the Sylph system for running tests on Device Farm using Flutter instead of this plugin: https://devopstar.com/2019/09/29/flutter-cicd-with-codemagic-sylph-aws-device-farm

It may be possible to kick off Device Farm runs from the gradle plugin using Sylph on the test host. I would recommend doing a PoC through our console at first.

Thanks, jon