Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
23b61d7
Updated version for v1.14.2 release
acuanico-tr-galt Apr 22, 2026
94721c0
TRCLI-253: Updated junit and robot parser to support parsing quality …
acuanico-tr-galt Apr 23, 2026
6a9ff47
TRCLI-253: Updated unit tests and test data for AI Evaluation Templat…
acuanico-tr-galt Apr 23, 2026
0270a02
TRCLI-230: Added quality rating support via --result-fields option
acuanico-tr-galt Apr 24, 2026
bc34157
TRCLI-230: Updated unit tests and test data for quality rating suppor…
acuanico-tr-galt Apr 24, 2026
c13b066
TRCLI-253: Updated unit tests and README for AI Evaluation support fo…
acuanico-tr-galt Apr 28, 2026
3fb6b68
TRCLI-253: Updated unit tests and README for AI Evaluation support fo…
acuanico-tr-galt Apr 28, 2026
f71fb54
TRCLI-230: Updated and fixed quality rating validations and output wa…
acuanico-tr-galt Apr 29, 2026
d7608c3
Merge pull request #415 from gurock/feature/TRCLI-253
acuanico-tr-galt May 1, 2026
84fadab
Merge branch 'release/1.14.2' into feature/TRCLI-230
acuanico-tr-galt May 1, 2026
bca3efa
Merge pull request #416 from gurock/feature/TRCLI-230
acuanico-tr-galt May 1, 2026
6f80a92
TRCLI-229: Added tests and data for uploading quality rating for mult…
acuanico-tr-galt May 5, 2026
61f80b3
TRCLI-231: Added auto creation via code first approach support for AI…
acuanico-tr-galt May 8, 2026
5a27f37
TRCLI-231: Updated test data, unit tests and README docs
acuanico-tr-galt May 8, 2026
d122140
TRCLI-231: Fixed logic for checking AI Evaluation template in the pro…
acuanico-tr-galt May 8, 2026
44d7b62
TRCLI-231: Fixed wrong template_id when auto creating test cases, als…
acuanico-tr-galt May 13, 2026
6043b1c
TRCLI-263: For TRCLI-231, fixed an issue where mixed template type te…
acuanico-tr-galt May 13, 2026
0cc4ef1
Merge pull request #419 from gurock/feature/TRCLI-229
acuanico-tr-galt May 15, 2026
e46ece3
Merge pull request #420 from gurock/feature/TRCLI-231
acuanico-tr-galt May 15, 2026
6dec497
Updated changelog for v1.14.2 release
acuanico-tr-galt May 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ This project adheres to [Semantic Versioning](https://semver.org/). Version numb
- **MINOR**: New features that are backward-compatible.
- **PATCH**: Bug fixes or minor changes that do not affect backward compatibility.

## [1.14.2]

_released 05-15-2026

### Added
- **AI Evaluation Template Support**: Uploading test result support for TestRail's AI Evaluation Template with multi-dimensional quality ratings. See README "AI Evaluation Template Support" section for complete examples.
- **Multi-Step AI Evaluation Workflows**: Support for combining step-level execution tracking with quality ratings in AI Evaluation. See README "Multi-Step AI Evaluation Workflows" section.
- Global Quality Rating via `--result-fields`: Added support for applying quality ratings to all test results using --result-fields.
- **Code-First Approach support for AI Evaluation Template**: When using `-y` (auto-creation mode), TRCLI now automatically detects and creates test cases with the AI Evaluation template. See README "Automatic Case Creation for AI Evaluation Template" section.
- Support for using custom case result statuses in Robot and JUnit reports.

## [1.14.1]

_released 04-16-2026
Expand Down
Loading
Loading