chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
28 stars 1 forks source link

Support filtering by errored stories #228

Closed shilman closed 1 month ago

shilman commented 3 months ago

Describe the bug

Current error handling:

image

There is also a notification popup that shows briefly that summarizes the error count. However, it disappears after a bit and is easy to miss.

Proposed error handling:

image (2)

To reproduce

Add a play function to any story:

export const Foo = {
  play: () => throw new Error('foo')
}

Environment

SB 8.1.0-alpha.3 VTA 1.2.25 Chrome