Skip to content

Tags: codingsasi/ddev-playwright

Tags

v1.0.6

Toggle v1.0.6's commit message
v1.0.6

Fix issue with failing tests
Update docker image to use right dependencies to install the browsers
Update README and fix usage on using --ui mode outside ddev
Fix playwright config to work out of the box using ddev primary url env variable

v1.0.5

Toggle v1.0.5's commit message
fix: 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.

v1.0.4

Toggle v1.0.4's commit message
Build web container with playwright, update readme

v1.0.3

Toggle v1.0.3's commit message
Default to Hermetic install of playwright browsers

v1.0.2

Toggle v1.0.2's commit message
Add cache folder to persist browsers and deps

v1.0.1

Toggle v1.0.1's commit message
Add flag to not overwrite exsting playwright configs

v1.0.0

Toggle v1.0.0's commit message
Surround try catch to supress missing drush errors