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.
A magellan plugin that connects magellan and mocha.
=============BREAKING CHANGE NOTICE===============
- v8.0.0 would only be compatible with Magellan v10.0.0 and higher**
- Rowdy support is ended in this plugin and removed from v8.0.0. If you are looking for rowdy-mocha solution please refer to magellan-rowdy-mocha-plugin.
magellan-rowdy-mocha-plugin
is still under development, please stay tuned. ==================================================
-
Add following code to your
package.json
."testarmada-magellan-mocha-plugin": "^8.0.0"
-
Add following code to your
magellan.json
(optional)"framework": "testarmada-magellan-mocha-plugin"
This plugin connects magellan and mocha by
1. passing down magellan test filters (by tags, groups and/or tests) to mocha for test case selection.
2. passing down node env/configurations for child process spawn purpose.
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