diene_e2e 1.0.0
diene_e2e: ^1.0.0 copied to clipboard
L-dart family version train and consumer test harness: bundles member test helpers and ships journey drivers, stub servers, and the shared C0 app-handoff fixture.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add diene_e2eThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
diene_e2e: ^1.0.0Alternatively, 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:diene_e2e/diene_e2e.dart';