1. 27
    Write Cypress Tests for our React Storybook Components with Nx
    5m 3s

Write Cypress Tests for our React Storybook Components with Nx

Share this video with your friends

Send Tweet

Storybook is already powerful for being able to develop components in isolation as well as using those stories as living documentation for others. Nx goes a step further. It leverages the fact that Storybook exposes an iframe.html that allows to access the rendering of the story without the actual Storybook frame. On top of that, Nx generates a Cypress configuration to run tests against the Storybook stories.

Prefer to read along as well? Here's the accompanying article.