Skip to content

jcleigh/allure-single-file-report-action

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

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allure-single-file-report-action

Single file reporting fork of https://github.com/simple-elf/allure-report-action

Since Allure --single-file reporting does not yet support history, this is a much simpler version of the original action that only generates a single report file. All history-related functionality has been removed.

Usage

- name: Generate Allure report
  uses: jcleigh/allure-single-file-report-action@v1
  with:
    allure_results: allure-results
    allure_report: allure-report

Inputs

allure_results

Required The relative path to the Allure results directory.

Default: allure-results

allure_report

Required The relative path to the directory where Allure will write the generated report.

Default: allure-report

References

About

Generate a single file Allure report in GitHub Actions

Resources

License

Stars

Watchers

Forks