scene_test 0.11.0
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,$.homeWalletScenebecomes$.scenes.homeWallet. - Support
craft_runner0.11.x.
0.10.0 #
Initial release. Versioned in lock-step with the craft_runner ecosystem.
SceneCraftBuilder— acraft_runnermulti-file builder that collects everyclass X extends Scenein a*_scene.dartfile undertest/into a singlePatrolTesterExtensiononPatrolTester.- Getter names drop a trailing
Sceneand lowercase the first letter, soLoginSceneis reached as$.loginScene. - Output is deterministic: imports are relative to the output file and sorted, and scenes are ordered by class name.