entry/ensemble_test_entry library

Helpers for wiring Ensemble YAML tests into flutter_test.

Classes

EnsembleYamlTestOptions
Options for runEnsembleYamlTests, typically set from test/ensemble_tests.dart.

Functions

runEnsembleYamlTests({Future<void> bootstrap()?, Map<String, Function>? externalMethods}) Future<void>
Flutter test entry: discovers app-local tests/*.test.yaml and runs them.
runEnsembleYamlTestsWithOptions(EnsembleYamlTestOptions options) Future<void>
Same as runEnsembleYamlTests with an explicit options object.