Skip to content

Releases: allure-framework/allurectl

2.16.0

28 Nov 14:59
3e9c2c4
Compare
Choose a tag to compare

What's Changed

🔬 Improvements

  • We've updated the dependencies to the most recent versions.

2.15.6

12 Jun 19:27
3e9c2c4
Compare
Choose a tag to compare
2.15.6 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

  • Increase retry delay

2.15.5

09 Jun 18:13
3e9c2c4
Compare
Choose a tag to compare
2.15.5 Pre-release
Pre-release

What's Changed

🚀 New Features

  • Add delay between retries

🐞 Bug Fixes

  • Fix params (Branch)

2.15.4

14 May 19:02
3e9c2c4
Compare
Choose a tag to compare
2.15.4 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

  • Fix test results parsing

2.15.3

06 Feb 17:46
3e9c2c4
Compare
Choose a tag to compare
2.15.3 Pre-release
Pre-release

What's Changed

🐞 Bug Fixes

  • [2.15.2] Now, sort test cases by id to avoid duplicates when requesting lists for testplan.json generation
  • [2.15.3] Add all params to jobRun params to ensure correct work of BitBucket integration

2.15.1

18 Oct 10:05
3e9c2c4
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Hotfix for parsing numeric labels

2.15.0

21 Sep 14:51
3e9c2c4
Compare
Choose a tag to compare

What's new

🚀 New Features

  • We've added --silent flag to allow continuing the execution of tests in case Allure Testops server is not reachable on the start.
    • usage: alluectl watch --silent
    • if Allure Testops is not reachable, allurectl will send a warning to stdout and execute tests without uploading the results to Allure Testops.
  • We've added --skip-too-big flag to avoid uploading of the test results files which will be rejected by Allure Testops to avoid useless upload.
    • *-result.json files more than 2 000 000 bytes aren't processed by Allure Testops.
    • if the flag skipped, file will be uploaded, but it'll be ignored by Allure Testops.

🐞 Bug Fixes

  • We've fixed hanging of the pipelines

2.14.2

31 Aug 15:29
3e9c2c4
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • We've fixed detected ci info notification which was breaking allurectl job-run env usage.

2.14.1

30 Aug 13:07
3e9c2c4
Compare
Choose a tag to compare
2.14.1 Pre-release
Pre-release

What's new

🧱 Improvements

  • [2.14.0] new CL switch added to allow managing stdout buffer size in case your tests massively use stdout to print verbose information about their execution.
    • stdout-max-buff-size value is to be set in bytes.
    • without setting the buffer size, the child process (tests execution) could fall into deadlock due to overflow of the stdout buffer
    • use this only if your tests massively use stdout and when your pipeline hangs during the tests execution
  • [2.14.0] added explicit message about the detected CI system, if no CI system has been detected, informing user about working in nin-CI mode.

🐞 Bug Fixes

  • [2.14.1] fixed potential NPE during indexing process.

2.13.5

24 Aug 09:51
3e9c2c4
Compare
Choose a tag to compare

Tech release, no new features

🧱 Improvements

  • added ppc64le and ppc64 arch binary files.