integration_test 1.0.2+2 copy "integration_test: ^1.0.2+2" to clipboard
integration_test: ^1.0.2+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: ^1.0.2+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';
131
likes
30
pub points
83%
popularity

Publisher

verified publisherflutter.dev

Runs tests that use the flutter_test API as integration tests.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_driver, flutter_test, path, vm_service

More

Packages that depend on integration_test