Storyflow Example

Companion demo to my talk, Using Storybook to Build a Better... Game Engine?

Showcases using Storybook as the basis for unit and functional tests aka "Storyflow" workflow. Uses Storybook, Jest, and Cypress.

Getting Started

Prerequisites

  • Yarn 1.x (or replace yarn with npm)
  • Node 12.x
# Install dependencies
yarn

# Start Storybook
yarn start

# Run Jest tests
yarn test

# Run Cypress test runner
yarn cypress open

# Run Cypress tests headless
yarn cypress run