acquia / blt-behat

Acquia BLT plugin providing integration with Behat
GNU General Public License v2.0
0 stars 16 forks source link

Fix #6: Behat config incorrectly generated #7

Closed danepowell closed 3 years ago

danepowell commented 3 years ago

To be released in conjunction with https://github.com/acquia/blt/pull/4305

Fixes #6

The problem was that we were expanding properties in example.local.yml, and have been since at least BLT 11. This wasn't a problem in 11 though because the file already existed in the project template and generally wasn't overwritten.

In fixing this, it became clear that the whole architecture needed some TLC, and we needed to finish getting it out of BLT core.

Part of this re-architecture is to clarify the two Behat "init" or setup commands:

mikemadison13 commented 3 years ago

@danepowell can you please cut a new release that includes this fix?

danepowell commented 3 years ago

https://github.com/acquia/blt-behat/releases/tag/v1.1.0