Storybook Interaction testing demo
This is a demo project to show how to use Storybook to test your components interactions.
How to run
- Install dependencies
pnpm i
- Run Storybook
npx nx storybook my-app
- Test Storybook for
my-app
On a new terminal run:
npx nx test-storybook my-app