Skip to content

Release v1.0.5 - Bug fixes, improvements

Choose a tag to compare

@codingsasi codingsasi released this 22 Oct 20:07
· 1 commit to main since this release

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.