ensemble_test_runner 0.1.0 copy "ensemble_test_runner: ^0.1.0" to clipboard
ensemble_test_runner: ^0.1.0 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: ^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:ensemble_test_runner/ensemble_test_runner.dart';
0
likes
50
points
643
downloads

Documentation

Documentation
API reference

Publisher

verified publisherensembleui.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#testing #yaml #flutter #ensemble

License

BSD-3-Clause (license)

Dependencies

ensemble, flutter, flutter_test, path, yaml

More

Packages that depend on ensemble_test_runner