allure

Flexible lightweight test report tool for visualizing test results

brewmacoslinux
Try with needOr install directly
Source

About

Flexible lightweight test report tool

Commands

allure

Examples

Generate an HTML report from test results in a directory$ allure generate ./allure-results -o ./allure-report
Open the generated report in a web browser$ allure open ./allure-report
Clear previous test results before running new tests$ allure clean