Skip to content

Releases: cybersokari/allure-report-deployer

v1.5.2

01 Feb 06:12

Choose a tag to compare

Release CLI package v1.5.2

v1.5.1

31 Jan 22:47

Choose a tag to compare

Release CLI package v1.5.1

v1.5.0

26 Jan 12:06

Choose a tag to compare

What's Changed

Configure Allure report language with the following:

  • --report-langauge option in CLI
  • LANG env in Docker image

Full Changelog: v1.4.3...v1.5.0

v1.4.5

21 Jan 10:00

Choose a tag to compare

Bug fixes and performance improvements

v1.2.0

12 Jan 09:07

Choose a tag to compare

⚠️ BREAKING CHANGES

  1. SHOW_RETRIES docker variable is now RETRIES
  2. show_retries GitHub action input is now retries
  3. --show-retries CLI options for deploy command 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.

FEATURES

  1. New clean:reports CLI command for deleting all hosted test reports
  2. New clean:storage CLI command for deleting all save archives (**.zip) in Storage.
  3. New --clean option in deploy command for deleting all saved archives in storage and deleting all hosted test reports before generating new reports
  4. Performance improvements

Full Changelog: v1.1.17...v1.2.0

Enhance notifiers

07 Jan 08:07

Choose a tag to compare

Enhance notifiers to include failed, skipped and unknown result statuses.

v1.1.10

28 Dec 20:50

Choose a tag to compare

Release CLI version 1.1.10

Archive files as Zip

12 Dec 08:00

Choose a tag to compare

  1. Files are now zipped before upload.
  2. Zipped file names are ISO Date String.
  3. Sunset WATCH_MODE and TTL_SECS

Version 1.0: Ready for Production

10 Dec 07:25

Choose a tag to compare

v1.0.0

Merge remote-tracking branch 'origin/main'

Alpha v2

04 Dec 00:40

Choose a tag to compare

  1. Use Firebase hosting channels to enable ephemeral hosting
  2. Hosting and storage optionality enable. Either one or both must be enabled
  3. WEBSITE_ID replaces FIREBASE_SITE_ID