Releases: allure-framework/allurectl
Releases · allure-framework/allurectl
2.16.0
2.15.6
What's Changed
🐞 Bug Fixes
- Increase retry delay
2.15.5
What's Changed
🚀 New Features
- Add delay between retries
🐞 Bug Fixes
- Fix params (Branch)
2.15.4
What's Changed
🐞 Bug Fixes
- Fix test results parsing
2.15.3
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
What's Changed
🐞 Bug Fixes
- Hotfix for parsing numeric labels
2.15.0
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.
- usage:
- 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
What's Changed
🐞 Bug Fixes
- We've fixed detected ci info notification which was breaking
allurectl job-run env
usage.
2.14.1
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
Tech release, no new features
🧱 Improvements
- added
ppc64le
andppc64
arch binary files.