dartvm_integration_tests 0.0.2
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_testsThis 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.2Alternatively, 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';