Release v1.0.5 - Bug fixes, improvements
Full Changelog: v1.0.4...v1.0.5
Resolve Playwright addon test failures and installation issues
- Remove invalid --yes flag from npm init playwright command
- Fix npm ci fallback to use npm install when package-lock.json missing
- Fix bash syntax errors in YAML installation scripts (quote escaping)
- Add robust fallback initialization for Playwright projects
- Improve error handling in install-playwright command
- Ensure proper Node.js version usage in all commands
Fixes:
- "Unexpected token '.'" errors in install-playwright
- npm ci failures due to missing package-lock.json
- Bash syntax errors in post-install actions
- Playwright project initialization failures
All tests now pass successfully.