Skip to content

Commit

Permalink
docs(storybook): link video about interaction testing (nrwl#19503)
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr authored Oct 9, 2023
1 parent fd2afc2 commit 4aa1201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/shared/recipes/storybook/interaction-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: This guide explains how you can set up Storybook interaction tests

[Storybook interaction tests](https://storybook.js.org/docs/react/writing-tests/interaction-testing) allow you to test user interactions within your Storybook stories. It enhances your [Storybook](https://storybook.js.org/) setup, ensuring that not only do your components look right, but they also work correctly when interacted with.

{% youtube
src="https://youtu.be/SaHoUx-TUs8"
title="Storybook can do...WHAT???" /%}

You can read more about Storybook interaction tests in the following sections of the Storybook documentation:

- [Storybook interaction tests for React](https://storybook.js.org/docs/react/writing-tests/interaction-testing)
Expand Down

0 comments on commit 4aa1201

Please sign in to comment.