integration_test_helper 0.1.0 copy "integration_test_helper: ^0.1.0" to clipboard
integration_test_helper: ^0.1.0 copied to clipboard

The Integration Test Helper has pre-configured methods that allow for faster test deployment for end to end (e2e) test coverage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add integration_test_helper

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

dependencies:
  integration_test_helper: ^0.1.0

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_helper/integration_test_helper.dart';
10
likes
120
pub points
52%
popularity

Publisher

unverified uploader

The Integration Test Helper has pre-configured methods that allow for faster test deployment for end to end (e2e) test coverage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_test, integration_test, intl

More

Packages that depend on integration_test_helper