andrcuns/allure-publish-action
Publish allure report to cloud provider
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| storageType | Cloud storage type | yes | — |
| bucket | Bucket name | yes | — |
| resultsGlob | Allure results files glob | no | — |
| prefix | Optional prefix for report path | no | — |
| baseUrl | Custom report base url | no | — |
| updatePr | Add result summary (pr or actions summary) | no | actions |
| config | Path to custom allure configuration file | no | — |
| addSummary | Add summary section to PR comment or actions summary | no | true |
| collapseSummary | Create summary table as a collapsible section | no | — |
| reportTitle | Title for PR comment/description section | no | — |
| copyLatest | Keep copy of latest report at base prefix path | no | — |
| ignoreMissingResults | Ignore missing allure results | no | — |
| flakyWarningStatus | Use '!' status emoji when flaky tests are present in report | no | — |
| color | Force color output | no | true |
| debug | Add debug log output | no | false |
| parallel | Number of parallel threads to use for report file upload to cloud storage | no | 8 |
| reportName | Custom report name | no | Test Report |
Outputs
no outputs