
* Don't keep parsing results once we've had the event we expected * Report errors if an app.stop event is received while waiting for another event * Don't throw if we see app.stop event when we've just sent an app.stop request * Improve debug print to include --start-paused if being used * Improve wrapping
Integration tests
These tests are not hermetic, and use actual Flutter SDK.
While they don't require actual devices, they run flutter_tester
to test
Dart VM and Flutter integration.
Some of these tests change the current directory for the process, so only one test can be run at a time. Use this command to run:
../../bin/cache/dart-sdk/bin/pub run test -j1