Skip to content

TRCLI-22: Updated support for glob parser for multi file uploading#395

Merged
acuanico-tr-galt merged 4 commits intorelease/1.13.3from
feature/TRCLI-22
Mar 5, 2026
Merged

TRCLI-22: Updated support for glob parser for multi file uploading#395
acuanico-tr-galt merged 4 commits intorelease/1.13.3from
feature/TRCLI-22

Conversation

@acuanico-tr-galt
Copy link
Copy Markdown
Collaborator

Solution description

Implemented glob pattern support in all three parsers (JUnit, Robot Framework, Cucumber JSON) by enhancing the check_file() static method to detect and process wildcard patterns (*, ?, []). When multiple files match a pattern, they are automatically merged into a single report file before parsing. Single file matches are handled directly without merging.

Changes

Enhanced existing check_file() in junit, robot and cucumber json reader classes. Added comprehensive pattern unit tests and updated readme guide.

Potential impacts

None.

Steps to test

See README file and look for glob pattern usage with examples

PR Tasks

  • PR reference added to issue
  • README updated
  • Unit tests added/updated

@acuanico-tr-galt acuanico-tr-galt merged commit bdd8066 into release/1.13.3 Mar 5, 2026
3 checks passed
@acuanico-tr-galt acuanico-tr-galt deleted the feature/TRCLI-22 branch March 5, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant