mikemadison13 / blt-lando

10 stars 9 forks source link

Should blt-lando require acquia/blt-behat? #39

Open ssu-carlsoni opened 1 year ago

ssu-carlsoni commented 1 year ago

Given that https://github.com/acquia/blt-behat states:

This plugin is provided solely as a backwards-compatible shim for customers upgrading from BLT 11. We recommend that anyone implementing new tests on a Drupal project use PHPUnit instead of Behat.

Should blt-lando require acquia/blt-behat?

I'm working on a new D9 project using Lando, BTL, GitLab pipeline, and hosting on Acquia and trying to figure out our automated testing strategy. At the moment I've worked around blt-land inclusion of behat by adding the following to my blt.yml.

disable-targets:
  tests:
    behat:
      run: true
mikemadison13 commented 1 year ago

I was actually just considering this, as the behat plugins aren't d10 ready yet (so if you want to pull down this plugin you can't do so for d10). I'll be making a determination soon. I'm hoping that the behat changes I've been working on behind the scenes get merged elsewhere to help unblock!