Add storybook and tests ICSHWI-9199
All threads resolved!
All threads resolved!
Compare changes
- John Sparger authored
+ 10
− 0
@@ -8,6 +8,7 @@ stages:
@@ -47,6 +48,15 @@ lint:
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: