Releases: cybersokari/allure-deployer-action
v1.6.2
Fix: No history file found when gcp_bucket_prefix
input provided
v1.6.1
prefix
input updated togcp_bucket_prefix
- Bug fixes and improvements
v1.6.0
Manage History and Retries with GitHub Artefacts.
v1.5.1
Google Credential is now optional for deployment to GitHub pages
v1.5.0
Migrate to Javascript Action
What's Changed
- Convert to Javascript Action by @cybersokari in #2
Full Changelog: v1.4.2...v1.5.0
v1.4.2
Use hosted Docker image
Full Changelog: v1.4.1...v1.4.2
v1.4.1
New target
input for specifying report deployment destination. Accepted values are firebase
and github
Full Changelog: v1.4...v1.4.1
v1.4
⚠️ BREAKING CHANGES
show_retries GitHub action input is now retries
The new retries feature allows you to set the number of test runs to archive in storage and reuse as Allure Retries when generating test reports.
New Feature
output input for generating Allure report to a directory without deploying. Setting this value disables report hosting and Slack notification
Bug fixes
Enhance notifier
Enhance notifier functionality to include detailed test result statuses (failed
, skipped
, and unknown
) in the console, GitHub, and Slack notifications.