flutter/dev/integration_tests
Jonah Williams cb7770b3a5
[flutter_tools] add support for enable null safety asserts (#61114)
Enable null safety asserts for web debug mode. This induces runtime asserts at the boundaries between null safe and non-null safe libraries. Adds integration test that validates assertion error is thrown.

#61042
2020-07-15 09:54:39 -07:00
..
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02:00
2020-07-09 23:01:22 +02: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