acquia / blt-behat

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

isBehatConfigured() checks incorrect folder for config files #12

Closed georgezee closed 2 years ago

georgezee commented 2 years ago

Running blt tests:behat:init gives: "Behat configuration is not fully initialize. Run recipes:behat:init now? (y/n)"

This happens despite the config files being present, and will continue to happen each time the command is run.

This is because the isBehatConfigured() is looking in /tests/ instead of /tests/behat/ for the necessary config files.