flutter_flutter/dev/integration_tests
Michael Klimushyn 6d18d31b5c
Fix abstract_method_smoke_test flakiness (#42454)
The flake appears to be coming from the Google Maps plugin. This test
just needs a platform view plugin without the interface method
implemented in general, not Maps specifically. Update it here to avoid
the issue in Maps until that's fixed.

Create a very simple platform view implementation that exercises this
potential bug in order to create a minimal test case with less risk of
causing second order issues like depending on any kind of full package
would cause.
2019-10-10 18:23:23 -07:00
..
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00
2019-10-07 09:46:57 -07:00

Automated Flutter integration test suites. Each suite consists of either a complete Flutter app and a flutter_driver specification that drives tests from the UI, or a native app that is meant to integrate with Flutter for testing.

Intended for use with devicelab tests.

If you want to run a driver test locally, to debug a problem with a test, you can use this command from the appropriate subdirectory:

% flutter drive