Releases: Vardot/ddev-dev-tools
Releases · Vardot/ddev-dev-tools
v1.3.2
Example files & Install Drupal adjustments
v1.3.1
Latest cypress docker image
v1.3.0
Rename cypress commands in install.yaml
v1.2.9
Include install-drupal in install.yaml
v1.2.7
Thin DB export & Install Drupal commands
v1.2.6-cypress-release
Cypress Integration Release Notes
New Features 🎉
- Added Cypress E2E testing support to ddev-dev-tools
- Integrated cypress-open and cypress-run commands
- Automatic container configuration with DDEV hostname support
- Pre-configured CYPRESS_baseUrl setting
Installation Requirements 🔧
For interactive mode (cypress-open), additional display configuration is required:
- Linux: Run these commands before first use:
export DISPLAY=:0
xhost +
Usage 📝
Basic commands:
ddev cypress-open # Interactive mode with UI
ddev cypress-run # Headless mode for CI/CD
Technical Details 🔍
- Uses official cypress/included Docker image
- Automatically configured with project hostnames
- Integrated with existing DDEV networking
- Compatible with DDEV v1.24.3+
Documentation 📚
Full documentation available in the project README under "Testing Tools" section.
v1.2.6
Rename utils.sh
v1.2.5
YARN packages in core node_modules
v1.2.3
ddev dev-lint all argument & Rename file_utils.sh
v1.2.2
file_utils.sh