Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 741 Bytes

Action generate Allure report

Uses allure-framework to generate a browsable test report

Inputs

results-dir

Required The relative path to the Allure results directory. Default allure-results.

report-dir

Required The relative path to the directory where Allure will write the generated report. Default allure-results.

Building and running locally

Build the docker image by running:

docker build . -t allure-gen

Then, assuming you have a allure-results and a allure-report folder in your current directory, you can generate the report by running:

docker run -v ${PWD}:/github/workspace allure-gen allure-results allure-report