Conversation
…data and gherkin test script
…erkin and cucumber json
…in, parse cucumber and gherkin with sample data and reports
…erkin commands also updated readme file with comprehensive guide
Merged bug fixes and improvements from release/1.12.5 into feature/TRCLI-21 branch: From release/1.12.5: - TRCLI-207: Fixed deletion issue when updating test runs - TRCLI-202: Updated file attachment handling and display errors for failed upload - TRCLI-203: Added parallel pagination feature with retry logic - TRCLI-205: Updated payload format for adding labels - Various test updates and improvements Kept feature/TRCLI-21 changes: - Version 1.13.0 (BDD/Gherkin support) - New BDD test methods and e2e tests - Gherkin parser functionality Resolved conflicts in: - CHANGELOG.MD: Combined both release notes - trcli/__init__.py: Kept version 1.13.0 - trcli/constants.py: Added attachment error messages - trcli/api/api_request_handler.py: Applied label payload fixes and include_all handling - trcli/cli.py: Added --parallel-pagination option - tests/test_api_request_handler.py: Kept both BDD and update_run tests - tests_e2e/test_end2end.py: Minor text adjustments
…ure and parsing results
…dated readme and tests
…d test case and upload results to custom bdd results field
…tom bdd result fields
… handlers by feature and responsibilities
…ed README for logging and observability
TRCLI-193 BDD support in TRCLI (initial draft)
TRCLI-211 Improved caching and N+1 optimizations
TRCLI-213 Refactor core api handler class into separate handlers to improve code quality
TRCLI-5: TRCLI Logging and Observability improvement
Resolved merge conflicts to incorporate TRCLI-210 updates from main: - CHANGELOG.MD: Kept 1.13.0 entry with proper version ordering - trcli/__init__.py: Version set to 1.13.0 - constants.py: Merged label and reference descriptions - cli_test_data.py: Included all BDD commands + updated label descriptions - cmd_parse_junit.py: Kept BDD support + clarified update-strategy help text - results_uploader.py: Kept refactored version with BDD optimizations - api_request_handler.py: Incorporated TRCLI-210 case fields update functionality This merge ensures release/1.13.0 includes all improvements from main while preserving the BDD/Gherkin features and architectural refactoring.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
parse_cucumber- Parse Cucumber JSON reports and upload to TestRailimport_gherkin- Import Gherkin .feature files as BDD test cases with--updateflag to update existing casesexport_gherkin- Export TestRail BDD test cases as Gherkin .feature filesparse_junitcommand: Added--special-parser bddoption to parse JUnit XML as BDD scenarios with custom case and result field supportFixed/Improved