How to run Flutter driver tests remotely

Issue We have Flutter driver tests running locally with a command like: flutter drive –target=test_driver/app.dart –driver=test_driver/test/login_test.dart –flavor dev –no-start-paused And having an Android device plugged in to the computer. Now we want to run these tests remotely. We are trying

Continue reading