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