This project, and it's related TestArmada projects, will no longer be supported. No further work from the owners will be done, and no PRs will be reviewed.
Important: testarmada-magellan-fast-bail-strategy
is only supported by Magellan version 10.1.0
or higher.
- It works as a Magellan strategy to help Magellan make decision when to do what
- It tells Magellan to terminate current test suite as long as one test has failed
Please follow the following steps:
npm install testarmada-magellan-fast-bail-strategy --save
- Add following line to your
magellan.json
(if there isn't amagellan.json
please create one under your folder root):
"strategy_bail": "testarmada-magellan-fast-bail-strategy"
- Or, instead of adding above line in
magellan.json
, add following argument in your command line
--strategy_bail testarmada-magellan-fast-bail-strategy
To enable this strategy with default threshold
$ ./node_modules/.bin/magellan --strategy_bail testarmada-magellan-fast-bail-strategy --test xxx
Documentation in this project is licensed under Creative Commons Attribution 4.0 International License. Full details available at https://creativecommons.org/licenses/by/4.0