-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unhandled exception - command failed #229
Comments
If I remember well, the dart test should only have the following import statements: import 'package:flutter_driver/flutter_driver.dart'; NOT more because they are causing the UI errors.... |
My test is like this and using the screenshots as a executable
What would it be the flutter_driver.dart for? |
i use the integration tests as described in: https://flutter.dev/docs/testing/integration-tests |
Thanks, I'll be reading and test it out |
Please do, also use the flutter channel beta.....i could not get this working with the channel stable. |
Noted |
now i remember more, use also this fork: https://github.com/felixgabler/screenshots .... |
Process stops while installing application on the target device (Nexus 6P)
The text was updated successfully, but these errors were encountered: