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
# 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