dartvm_integration_tests 0.0.2 copy "dartvm_integration_tests: ^0.0.2" to clipboard
dartvm_integration_tests: ^0.0.2 copied to clipboard

Run full app integration tests on the Dart VM with no devices, no drivers, no builds. Provides HTTP mocking, method channel mocking, a unified tester abstraction, and page object/flow patterns for fas [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dartvm_integration_tests

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

dependencies:
  dartvm_integration_tests: ^0.0.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:dartvm_integration_tests/dartvm_integration_tests.dart';
0
likes
130
points
114
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Run full app integration tests on the Dart VM with no devices, no drivers, no builds. Provides HTTP mocking, method channel mocking, a unified tester abstraction, and page object/flow patterns for fast, deterministic widget tests.

Repository (GitHub)
View/report issues

Topics

#testing #integration-test #mocking #http-mock #flutter

License

MIT (license)

Dependencies

fake_http_client, flutter, flutter_test, patrol_finders

More

Packages that depend on dartvm_integration_tests