live_test_view 0.2.0
live_test_view: ^0.2.0 copied to clipboard
Watch Flutter widget tests render live in your editor. Companion package for the Live Test View VS Code extension.
0.2.0 #
- Fix bug where jank inital and final frames were rendering
0.1.0 #
Initial release.
liveTestViewtest-executable hook: activates frame capture only whenLIVE_TEST_VIEW=1is set, and is a byte-for-byte no-op otherwise.- Frame capture after every pumped frame, encoded as PNG and emitted as an ordered, gapless sequence of
##LTV##-prefixed JSON lines on stdout. - 500-frame cap per test run, with a warning line emitted once the cap is reached.
dart run live_test_view:install— writestest/flutter_test_config.dart, or prints manual wiring instructions if one already exists.