Dan Field 3de9342ffa
No test core (#74065)
* Revert "[integration_test] Fix incorrect logging for the legacy reporter (#72699)"

This reverts commit 57e134058fd25ec4d7f1a46265c495a0cb89e67c.

* Revert reporter
2021-01-15 20:05:10 -08:00
..
2021-01-15 20:05:10 -08:00
2020-11-19 10:03:09 -08:00

integration_test_example

Demonstrates how to use the package:integration_test.

To run integration_test/example_test.dart,

Android / iOS:

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/example_test.dart

Web:

flutter drive \
  --driver=test_driver/integration_test.dart \
  --target=integration_test/example_test.dart \
  -d web-server