Add storybook and tests ICSHWI-9199
Compare changes
- John Sparger authored
+ 22591
− 3505
Files with large changes are collapsed by default.
This merge requests adds Storybook (https://storybook.js.org/) to our application.
Storybook provides a way for us to visually document our components and the various states they can be in. This is very helpful when discussing visual changes. It also provides a method for us to set up components for testing.
In this merge request:
To check out the storybook, you can download and extract the artifact from the "build-storybook" job in the pipeline and open index.html
. You should see something like this:
Files with large changes are collapsed by default.