This add-on installs @playwright/cli globally in the DDEV web container and automatically installs Claude Code skills on container start.
What this add-on does:
@playwright/cli globally in the web container via web-build/Dockerfile.playwright-cliplaywright-cli install --skills automatically via a post-start hook to install Claude Code skillsddev add-on get e0ipso/ddev-playwright-cli
ddev restart
After installation, commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev exec playwright-cli --version |
Check the installed version |
ddev exec playwright-cli --help |
View available commands |
ddev exec playwright-cli install --skills |
Manually (re-)install Claude Code skills |
Contributed and maintained by @e0ipso