We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f789c5 commit ad7240bCopy full SHA for ad7240b
.github/workflows/storybook-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Playwright
20
run: npx playwright install --with-deps
21
- name: Build Storybook
22
- run: npm run build:storybook --quiet
+ run: npm run build:storybook:visual-testing --quiet
23
- name: Serve Storybook and run tests
24
run: |
25
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
.storybook/main.js
@@ -11,7 +11,6 @@ module.exports = {
11
? ['@whitespace/storybook-addon-html']
12
: [])
13
],
14
- taticDirs: ['../docs/public/storybook'],
15
babel: options => {
16
options.plugins.push(['open-source', {editor: process.env.NODE_ENV === 'production' ? 'github' : 'vscode'}])
17
return options
0 commit comments