@allurereport/plugin-log

Allure plugin that writes test reports to stdout

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Allure Plugin to write report in stdout

Commands

allure

Examples

Generate Allure report and output to stdout$ allure generate ./allure-results --stdout
Generate report with custom report title and log output$ allure generate ./allure-results --name 'Test Report' --stdout
Generate report and pipe output to file$ allure generate ./allure-results --stdout > report.html