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
clfer wants to merge 1 commit intoacquia:masterfrom
clfer:feature/configurable_stop-on-failure
Open

Make stop-on-failure configurable by blt env#30
clfer wants to merge 1 commit intoacquia:masterfrom
clfer:feature/configurable_stop-on-failure

Conversation

@clfer
Copy link
Copy Markdown

@clfer clfer commented Oct 20, 2022

Fix #29

@clfer
Copy link
Copy Markdown
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