andgineer/generate-allure-report

Generate Allure Report

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
allure-resultsAllure test result directory created by tests.yesallure-results
websiteWebsite directory (e.g., checkouted from the gh-pages branch).yesgh-pages-dir
reports-site-pathAllure report path within the website.nobuilds/tests
reports-siteAllure reports directory, to be pushed to the website repository at the `reports-site-path`. Each report on the subfolder with the github run number. If specified the old reports copied from `website`. By default create report inplace in `website`/`reports-site-path`.yes""
website-urlCustom URL to use instead of the default GitHub Pages URL for the website where Allure report will be publishedno""
report-pageAllure report page to be opened by default with the output `report-url`yesbehaviors
report-nameThe name to be shown on top of the Overview tab in the Allure reportnoAllure Test Report
ci-nameThe name of the CI servernoGitHub Action: {{ env.github_workflow }}
max-reportsNumber of previous Allure reports to keep. Set to 0 to keep all reports.no20
summarySummary text for the action to be shown in the GitHub Actions UI. Set to empty string to disable.no\n## Test report\n[Allure test report]({{ outputs["report-url"] }})\n\n
namedescription
report-urlURL to the Allure report
reports-site-pathCopy of input reports-site-path
reports-siteFolder where the reports located. To be published in `reports-site-path` in your website
reports-root-urlRoot of all reports with index.html that auto-redirect to the last report