I’m validating an idea:
A browser extension that can:
- save the current app state (URL, localStorage, sessionStorage, cookies, form inputs, scroll) - and restore it instantly so developers don’t have to rebuild long flows during testing.
Basically a “jump back to this exact screen and state” tool.
Would this actually help your workflow?
Or do most people rely on other methods (Cypress, mocks, backend resets, etc.)?
Looking for honest, critical feedback.