ensemble_test_runner 1.3.2 copy "ensemble_test_runner: ^1.3.2" to clipboard
ensemble_test_runner: ^1.3.2 copied to clipboard

Declarative YAML test runner for Ensemble apps with runtime mocks, widget assertions, fixtures, and CLI reporting.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ensemble_test_runner

Use it

The package has the following executables:

$ ensemble_test

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ensemble_test_runner

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

dependencies:
  ensemble_test_runner: ^1.3.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:ensemble_test_runner/ensemble_test_runner.dart';