Skip to content

Releases: Lullabot/drainpipe-dev

v2.0.2

18 Mar 10:44
a3b72ee
Compare
Choose a tag to compare

Nightwatch Test Setup Fixes

See #38

  • Updates Selenium image names to Seleniarm for M1 support
  • Upgrades the images to latest
  • Adds site installer helper tasks
  • Fixes the destination for sites.php scaffold
  • Updates documentation

v2.0.1

09 Mar 08:23
495bec4
Compare
Choose a tag to compare

Upgrades Selenium images for Mac M1 support
SeleniumHQ/docker-selenium#1076

v2.0.0

04 Mar 18:33
63ddf91
Compare
Choose a tag to compare
  • Now uses drupal-scaffold for controlling scaffold files , which required the following changes to composer.json
    "extra": {
      "drupal-scaffold": {
          "gitignore": true,
          "allowed-packages": [
              "lullabot/drainpipe-dev"
          ]
      }
    }
    
  • Adds new Nightwatch tasks to help set the environment up for testing

v1.0.0

12 Jan 20:12
b2bf4d4
Compare
Choose a tag to compare
Merge pull request #33 from Lullabot/justafish-patch-1

Update composer.json to depend on drainpipe v1.0