File tree Expand file tree Collapse file tree 3 files changed +64
-15
lines changed
.github/workflows/actions/storybook Expand file tree Collapse file tree 3 files changed +64
-15
lines changed Original file line number Diff line number Diff line change 55 steps :
66 - name : Build
77 shell : bash
8- run : echo "Skipping build step for Storybook action"
8+ run : pnpm run build --cache-dir=.turbo --filter !\documentation
99
10- # - name: Build
11- # shell: bash
12- # run: pnpm run build --cache-dir=.turbo --filter !\documentation
10+ - name : Install playwright dependencies
11+ shell : bash
12+ run : pnpm --filter storybook-docs exec playwright install chromium --with-deps
1313
14- # - name: Test
15- # shell: bash
16- # run: pnpm --filter storybook-docs test.a11y
14+ - name : Test
15+ shell : bash
16+ run : pnpm --filter storybook-docs test.a11y
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "build.watch" : " storybook dev -p 6006" ,
8+ "build.watch.no-open" : " storybook dev -p 6006 --no-open" ,
89 "build" : " storybook build" ,
9- "test.a11y" : " start-server-and-test build.watch http://localhost:6006 test-storybook"
10+ "test.a11y" : " start-server-and-test build.watch.no-open http://localhost:6006 test-storybook"
1011 },
1112 "dependencies" : {
1213 "@maskito/core" : " ^3.2.0" ,
2829 "@storybook/web-components-vite" : " ^9.0.18" ,
2930 "@types/fs-extra" : " ^9.0.13" ,
3031 "fs-extra" : " ^11.2.0" ,
32+ "playwright" : " ^1.54.1" ,
3133 "start-server-and-test" : " ^2.0.12" ,
3234 "storybook" : " ^9.0.18" ,
3335 "typescript" : " ~5.6.2" ,
You can’t perform that action at this time.
0 commit comments