The feature providing correlation of results across historical runs sounds particularly interesting, if it works well.
brew install allure
pip install allure-pytest
python -m pytest --alluredir allure-results tests/worker/test_workflow.py
allure serve allure-results