Skip to content

Commit fa1f22f

Browse files
author
Dmitriy
committed
feat: add Storybook verification scripts and install Playwright dependencies
- Add verify-storybook.sh: main verification script supporting Selenium and Playwright - Add verify-all.sh: batch verification for all example projects - Add verify-storybook-selenium.mjs: Selenium WebDriver verification - Add verify-storybook-playwright.mjs: Playwright verification - Install Playwright in 4 projects: - esm-vite-sb9-playwright - playwright-esm-vite-sb10-bun - playwright-esm-vite-sb10-react19 - playwright-esm-vite-sb9 - Add Yarn PnP detection to skip node_modules checks
1 parent 81dec39 commit fa1f22f

14 files changed

Lines changed: 6902 additions & 6 deletions

File tree

esm-vite-sb9-playwright/package-lock.json

Lines changed: 36 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm-vite-sb9-playwright/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@vitejs/plugin-react": "^5.2.0",
2121
"creevey": "^0.10.35",
2222
"http-server": "^14.1.1",
23+
"playwright": "^1.59.1",
2324
"playwright-core": "^1.58.2",
2425
"react": "^18.3.1",
2526
"react-dom": "^18.3.1",
-2.5 KB
Binary file not shown.

esm-vite-sb9/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)