Skip to content

v0.41.0

Choose a tag to compare

@prhost prhost released this 25 Jul 18:53
· 33 commits to main since this release

Client-side fixtures (scenario seed): inject localStorage/sessionStorage before the plan runs to reach a client-side state (a cart, a POS device) directly and deterministically — no server call, no UI build-up. Keys are set only if absent (never clobbers app mutations); not part of the cached plan, so seeded replays stay $0. Plus a README guide on non-destructive CI testing — staying at the side-effect boundary. From the TrackTickets coverage report (feedback #5).