Yann Braga | Storybook Vitest | ViteConf 2025
Yann Braga provides a demonstration of how Storybook and Vitest work together so that tests are written for the components that make up the app. Stories capture each component state, while Vitest renders the stories to run the tests. Storybook also helps to speed up the testing process by showing exactly where the errors in the code are located which helps developers not waste time searching for them.