From 0d47f6b1d4fef2f3e8b51a2092c969c1799152c0 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Tue, 29 Oct 2019 16:38:51 +0300 Subject: [PATCH] add storybook screenshot --- webapp/testing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webapp/testing.md b/webapp/testing.md index f8db21e9b..9e530c4bf 100644 --- a/webapp/testing.md +++ b/webapp/testing.md @@ -28,4 +28,10 @@ When adding new components or changing existing ones Storybook can be helpful no With the right addons Storybook also gives immediate feedback on how well the component complies with accessibility guidelines. -To run Storybook first start the app, then enter the following command in a new terminal window: `yarn storybook`. The Human Connection Storybook will then be available on `http://localhost:3002`. +------ + +To run Storybook first start the app, then enter the following command in a new terminal window: `yarn storybook`. The output should look similar to this: + +![Storybook output](../.gitbook/assets/storybook-output.png) + +The Human Connection Storybook will then be available on `http://localhost:3002`.