scene_test 0.11.0 copy "scene_test: ^0.11.0" to clipboard
scene_test: ^0.11.0 copied to clipboard

craft_runner builder that composes every `class X extends Scene` under test/ into a scene collection exposed on PatrolTester.

0.11.0 #

  • Breaking: Scenes are now grouped under $.scenes; for example, $.homeWalletScene becomes $.scenes.homeWallet.
  • Support craft_runner 0.11.x.

0.10.0 #

Initial release. Versioned in lock-step with the craft_runner ecosystem.

  • SceneCraftBuilder — a craft_runner multi-file builder that collects every class X extends Scene in a *_scene.dart file under test/ into a single PatrolTesterExtension on PatrolTester.
  • Getter names drop a trailing Scene and lowercase the first letter, so LoginScene is reached as $.loginScene.
  • Output is deterministic: imports are relative to the output file and sorted, and scenes are ordered by class name.
0
likes
130
points
210
downloads

Documentation

API reference

Publisher

verified publisherahmedomar.com.ly

Weekly Downloads

craft_runner builder that composes every `class X extends Scene` under test/ into a scene collection exposed on PatrolTester.

License

MIT (license)

Dependencies

analyzer, craft_runner, dart_style, path

More

Packages that depend on scene_test