Export & Import Session Sandbox
Save your complete sandboxed mutation state into a portable JSON snapshot or restore mock data across devices and team environments.
What is Snapshot Export & Import and Where is it Used?
When prototyping or building automated test suites, you often create complex mock states—such as multiple created posts, modified user profiles, and deleted task items.
Export your sandbox state into a JSON snapshot file and share it with frontend team members so everyone tests against the exact same mock data scenario.
Pre-load deterministic snapshot JSON files into Playwright or Cypress E2E test suites before running component tests.
Transfer session state between desktop browsers, mobile emulators, or postman workspaces effortlessly.
1. Export Session State
Download active overlay JSON
Generates a structured JSON file containing all created local records, updated rows, and deleted record IDs.
2. Restore State Snapshot
Import JSON payload state
Paste or load a JSON snapshot file into the editor below and click restore to apply the state to your session identity.