mgrybyk-org/Allure Report with history per branch
Generate Allure Report with history per branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report_dir | Input allure results dir, default "allure-results" | yes | allure-results |
| report_id | Output allure report dir, default "allure-report" | yes | allure-report |
| gh_pages | Folder with gh-pages branch | yes | gh-pages |
| list_dirs | Write index.html to the Github Action folders. Might cause concurrency issues! | no | false |
| list_dirs_branch | Write index.html to the report branch folder. Might cause concurrency issues! | no | true |
| branch_cleanup_enabled | Cleanup reports from deleted branches. Might cause concurrency issues! | no | false |
| max_reports | Max reports to keep per branch/report. Set to 0 to disable cleanup. | no | 100 |
Outputs
| name | description |
|---|---|
| report_url | Published Allure Report url |
| report_history_url | Published Allure History list url |
| test_result | test result: PASS | FAIL | UNKNOWN |
| test_result_icon | test result icon: ✅ | ❌ | ❔ |
| test_result_passed | Number of passed tests |
| test_result_failed | Number of failed tests |
| test_result_total | Number of tests in total |
| run_unique_id | Name of the folder containing the generated Allure Report |
| report_path | Path to the folder containing the generated Allure Report relative to the repo root |