UI Testing
https://storybook.js.org/blog/accessibility-testing-with-storybook/
More on testing components, this time focusing on interactions. https://storybook.js.org/blog/testing-component-interactions/
Continuing with my series on UI testing, this week I look at such composite components that fetch data and manage state. https://storybook.js.org/blog/testing-composite-components/
Each story has a fixed set of inputs, it renders in isolation and allows you to visually inspect the output. Much like a unit test. https://storybook.js.org/blog/stories-are-tests/
https://storybook.js.org/blog/how-to-actually-test-uis/