Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clfer
Copy link

@clfer clfer commented Oct 20, 2022

Fix #29

@clfer
Copy link
Author

clfer commented Oct 20, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurable stop-on-failure for behat command
1 participant