acquia / blt-behat

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

Make stop-on-failure configurable by blt env #30

Open clfer opened 1 year ago

clfer commented 1 year ago

Fix #29

clfer commented 1 year ago

This can be configured in the blt config file by environments

example:

blt.yml

[...]
behat:
  [...]
  stop-on-failure: false

qa.blt.yml

[...]
behat:
  [...]
  stop-on-failure: true