Building on the ddev/ddev-addon-template this repo provides additional commands that run on the host or inside ddev containers.
ddev get 1xINTERNET/ddev-onex
or if you use a current ddev:
ddev add-on get 1xINTERNET/ddev-onex
Commands running on the host:
ddev 1x-playwright- provides a convenience wrapper open the UI/reports directly in the browser (determining the right hostnames and ports).ddev 1x-playwright-install- installsdeviantintegral/ddev-playwrightand configures it minimallyddev 1x-playwright-host-install- installs playwright on the host.ddev 1x-granite- runsbuild.shin the volcano theme (@todo: should probably be moved to web-container)ddev 1x-start- test script wrappingddev start,ddev auth sshand symlinking.gitconfigto ensure git commit are nice.ddev 1x-theme-debug: wraps 1X's internaltheme-debughelperddev 1x-twig-debug: wraps 1X's internaltwig-debughelper
Commands running in the web-container:
ddev 1x-phpcs- run phpcs within the webcontainer to ensure correct PHP version.