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- installslullabot/ddev-playwrightand configures it minimallyddev 1x-start- test script wrappingddev start,ddev auth sshand symlinking.gitconfigto ensure git commit are nice.ddev 1x-token-setup- test script wrapping setting up tokens for 1X internal tools and services.
Commands running in the web-container:
ddev 1x-phpcs- run phpcs within the webcontainer to ensure correct PHP version.