You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.4.14 (#61)
* 4.4.14
* Update dependencies and enhance CI/CD scripts
- Added Playwright and semver as dependencies in package.json and package-lock.json.
- Updated GitHub Actions workflow to install specific Playwright browsers (chromium, firefox, webkit).
- Introduced a new safe-prepare.js script to handle missing dependencies gracefully during CI/CD processes.
* Refactor Playwright setup in CI/CD and update package dependencies
- Changed Playwright dependency to @playwright/test in package.json.
- Updated GitHub Actions workflow to use the microsoft/playwright-github-action for browser setup.
- Simplified browser installation command to only include chromium.