Skip to content

afiore/action-allure-report

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Github action to generate an Allure report

Resources

Stars

Watchers

Forks

Packages