ddev-contrib
ddev-contrib copied to clipboard
Contrib space for DDEV services, tools, snippets, approaches
After following the Readme for adding a Microsoft SQL database I ran into some issues getting it started. 1. a PHPize error as commented on here https://github.com/drud/ddev-contrib/pull/168#issuecomment-1205342355 2. Password in...
## The New Solution/Problem/Issue/Bug: SQLSRV documentation fixes #215 ## How this PR Solves The Problem: ## Manual Testing Instructions: ## Related Issue Link(s):
Following the setup on https://github.com/drud/ddev-contrib/tree/master/docker-compose-services/drupalci-chromedriver I get the following error 1) Drupal\Tests\system\FunctionalJavascript\System\DateFormatTest::testDateFormatXss The test wasn't able to connect to your webdriver instance. For more information read core/tests/README.md. The original message...
## The New Solution/Problem/Issue/Bug: This recipe adds a [MinIO](https://min.io/) container to a project. [MinIO](https://min.io/) is a S3 compatible object-storage. It can be used, to run an S3 instance locally, in...
## How this PR Solves The Problem: Expand redis docs with Drupal quickstart
## The New Solution/Problem/Issue/Bug: This recipe integrates the Cypress E2E testing tool. Using Cypress, you can: - test website in multuple *real* browser versions - create screenshots and video when...
## The New Solution/Problem/Issue/Bug: No env file support provided on the env snippet. ## How this PR Solves The Problem: Provides example snippet with comment. Allows docker-compose to load env...
## The New Solution: This PR provides a reliable way to make Puppeteer run inside the ddev web container (replacing the current "Puppeteer Headless Chrome support" recipe). ## How this...
switch from bitnami to official for arm64 support