/storybook-sandbox

Sandbox to run experiments on a live Storybook instance

Primary LanguageHTML

Storybook Sandbox

Storybook React Testing

Sandbox to run experiments on a live Storybook instance.

Libraries

  • ⚛️ React
  • 🟦 Typescript
  • 💅 styled-components
  • 🤡 Jest
  • 🐙 testing-library

Installation

  1. Clone or download the repository
  2. Install dependancies: yarn
  3. Launch Storybook: yarn start
  4. Open your browser on http://localhost:6006

Tests

Some stories are tested using Jest, testing-library, and @storybook/testing-react add-on.

Launch the test report: yarn test