Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jest Snapshot VisualizerNew to Visual Studio Code? Get it now.
Jest Snapshot Visualizer

Jest Snapshot Visualizer

James Sanderson

|
3 installs
| (0) | Free
View jest html snapshots in either default browser or directly in VS code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jest Snapshot Visualizer

Jest Snapshot Visualizer is a Visual Studio Code extension for previewing .snap snapshot files. It provides commands to view the contents of snapshot files in a readable HTML format directly from VS Code. When activated, the extension parses the selected .snap file, converts its contents to HTML, and opens the result for easy inspection. This is useful for developers working with Jest or other snapshot-based testing frameworks who want a quick way to visualize snapshot data.

Run a command

Press Shift + Command + P to open up the Command Pane with a .snap file open

Search for either:

View snapshot: Browser Browser will open up the visualizer in your default browser

View snapshot: VSCode VSCode will open up a new pane next to the snapshot allowing you to preview it in VS code, it will also watch for changes and update accordingly.

Demo

Extension Demo

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft