Skip to content

Commit

Permalink
chore: bump storybook dependencies and fix smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n committed Jan 23, 2025
1 parent b83febe commit 9ff2433
Show file tree
Hide file tree
Showing 4 changed files with 602 additions and 3,113 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Smoke & Acceptance tests
run: |
pnpm run build-storybook --quiet
pnpm run playwright install
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:127.0.0.1:6006 && pnpm run test-storybook"
pnpm playwright install
pnpm dlx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"pnpm dlx http-server storybook-static --port 6006 --silent" \
"pnpm dlx wait-on tcp:127.0.0.1:6006 && pnpm run test-storybook"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ yarn-error.log*
.env.development.local
.env.test.local
.env.production.local
storybook-static/
/test-results/
/playwright-report/
/playwright/.cache/
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@
"@opentelemetry/sdk-trace-node": "1.18.1",
"@opentelemetry/semantic-conventions": "1.18.1",
"@playwright/test": "^1.40.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/test-runner": "^0.15.2",
"@storybook/testing-library": "^0.2.2",
"@storybook/addon-controls": "^8.5.1",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/nextjs": "^8.5.1",
"@storybook/react": "^8.5.1",
"@storybook/test": "^8.5.1",
"@storybook/test-runner": "^0.21.0",
"@tailwindcss/postcss": "^4.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
Expand Down Expand Up @@ -104,7 +105,7 @@
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"semantic-release": "^22.0.8",
"storybook": "^7.5.3",
"storybook": "^8.5.1",
"tailwindcss": "^4.0.0",
"ts-jest": "^29.1.1",
"tsc": "^2.0.4",
Expand Down
Loading

0 comments on commit 9ff2433

Please sign in to comment.