Skip to content

v1.2.0

Compare
Choose a tag to compare
@cybersokari cybersokari released this 12 Jan 09:07
· 96 commits to main since this release

⚠️ 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