Changing Reporter From Mochawesome To Allure

Hi,
Is it possible to change the test results reporter from mochawesome to allure, so that tests can be run with something like “npx botium-cli run allure” instead of “npx botium-cli run mochawesome”?
Kind regards

This requires coding - adding support for allure in Botium Bindings and Botium CLI.

Thanks for the prompt response.

Does this mean that the feature to use Allure does not currently exist and would need to be independently developed by myself?

yes, exactly

Thanks for clarifying that.

Would the npm allure-mocha package also not work with mocha test runner, without first developing the code to support Allure?

It could work when using Botium Bindings - install the mocha allure reporter, and use the --reporter option to the mocha commandline

https://botium-docs.readthedocs.io/en/latest/04_usage/index.html#test-runner-configuration

Thanks that worked!

1 Like