Releases: Lullabot/drainpipe-dev
Releases · Lullabot/drainpipe-dev
v3.0.2
v3.0.1
v3.0.0
v2.1.1
What's Changed
- Fix disabling shared memory by @deviantintegral in #53
- Add support for submodules in phpunit.xml file by @plopesc in #52
- Reflow the tests so the DDEV site sits in GITHUB_WORKSPACE by @justafish in #61
- Update DTT configuration file to pick up submodules by @justafish in #62
- Fix PHPCS sniff violations on scaffolded sites.php by @hawkeyetwolf in #65
- Ignoring node_modules during phpcs testing execution by @rigoucr in #67
- Ignore node_modules folder when executing phpstan tests by @rigoucr in #68
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Splits PHPUnit tests into Static (unit) and Functional (requires a bootstrapped site) by @justafish in #43
This additionally adds support for the full range of PHPUnit tests and DTT - Add support for Drupal specific PHP extensions in
phpcs
by @plopesc in #50 - Remove drush dependency as this is handled by
lullabot/drainpipe
by @justafish in #47
New Contributors
Full Changelog: v2.0.5...v2.1.0
Mount the filesystem into Selenium containers
Allows files, such as test images, to be accessed by Nightwatch
v2.0.4
What's Changed
- Add a format=short option to test:config to skip showing the full dif… by @justafish in #41
Full Changelog: v2.0.3...v2.04
v2.0.3
v2.0.2
v2.0.1
Upgrades Selenium images for Mac M1 support
SeleniumHQ/docker-selenium#1076