Releases: allure-framework/allurectl
Releases · allure-framework/allurectl
2.8.0
What's Changed
👻 Internal changes
- Limited the uploading of results by size (10mb default) and count (100 default)
- The batch for uploading is form by file type (result, container, attachment)
2.7.0
What's Changed
🚀 New Features
- Support symlinks for results directories. Does not support symlinks for files in result directories.
Full Changelog: qameta/allurectl@2.6.0...2.7.0
2.6.0
What's Changed
🚀 New Features
- Support Bitbucket CI
2.5.0
What's Changed
🚀 New Features
- Glob support for results:
allurectl watch --results */build/allure-results
2.4.0
What's Changed
🚀 New Features
- Exclude files by regexp
Usagesallurectl watch --exclude-files ".*-container.json" ...
allurectl upload --exclude-files ".*-container.json" ...
2.3.1
What's Changed
🐞 Bug Fixes
- Fix insecure option
allurectl ... --insecure
2.3.0
What's Changed
🔬 Improvements
- Recreate API token
🐞 Bug Fixes
- Fix job run params
2.2.2
What's Changed
🔬 Improvements
- Print watcher errors after watch command
🐞 Bug Fixes
- Fix CircleCI detection for custom domains
2.2.1
What's Changed
🔬 Improvements
- Launch issue creation changes:
allurectl launch add-issue --launch-id 1 --integration-id 1 --issue-keys AE-1,AE-2
allurectl launch add-issue --current-launch --integration-id 1 --issue-keys AE-1,AE-2
in CI afterwatch
command - Fix launch log
2.2.0
What's Changed
🚀 New Features
- Launch add-issue command -
allurectl launch add-issue 123 --integration-id 1 --issue-keys AE-1,AE-2