Browser Storage, Auth State & Network Mocking
Features
- Browser state introspection & persistence:
state-save/state-loadfor reproducible auth flows; full CLI control over cookies, localStorage, sessionStorage - Network request mocking from CLI:
routecommand with glob patterns, custom status/bodies/headers;--remove-headerto strip sensitive data - **Advanced routing wit...