flutter_integration_test_examples

A basic example of using the new integration_test API.

A companion repo for this blog post: https://blog.gskinner.com/archives/2021/06/flutter-a-deep-dive-into-integration_test-library.html

To run the tests, use this command: flutter test -d windows integration_test/smoke_test.dart

  • replace windows with your platform of choice

To view the examples, check out: https://github.com/gskinnerTeam/flutter-integration-test-examples/blob/master/integration_test/smoke_test.dart