integration_test 0.8.2 copy "integration_test: ^0.8.2" to clipboard
integration_test: ^0.8.2 copied to clipboard

discontinued
outdated

Runs tests that use the flutter_test API as integration tests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add integration_test

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  integration_test: ^0.8.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:integration_test/integration_test.dart';