Skip to content

Instantly share code, notes, and snippets.

@donaldpipowitch
Last active November 13, 2025 13:43
Show Gist options
  • Select an option

  • Save donaldpipowitch/605088fca125845aa0c4ecbeeb21a0f0 to your computer and use it in GitHub Desktop.

Select an option

Save donaldpipowitch/605088fca125845aa0c4ecbeeb21a0f0 to your computer and use it in GitHub Desktop.
Visual Regression Testing with Storybook Test Runner

After Loki.js served us well for some years we finally converted our Visual Regression Testing logic to use the Storybook Test Runner.

The benefits:

  • it's way faster
  • it has better official support
  • it does more (component smoke tests, play tests, extensibility for more like a11y tests)
  • it's way more stable (actually it looks like there is not a single flaky test right now 🤯)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment