Skip to content

Conversation

@mahbd
Copy link
Collaborator

@mahbd mahbd commented Jul 13, 2025

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made.
  • Version number has been updated.
  • Required modules have been added to respective "requirements*.txt" files.
  • Relevant Test Cases added to this description (below).
  • (Team) Label with affected action categories and semver status.

Overview

This PR introduces a new mechanism to capture and consolidate all errors that occur during a test case run.

A new shared variable, zeuz_tc_logs, is initialized as an empty object at the beginning of each test execution. When an error-level log (iLogLevel == 3) is triggered during the run, a structured dictionary containing detailed error information—including the test case ID, step number, module, message, and timestamp—is appended to an errors array within this shared variable.

Test Cases

No new test cases were added for this change.>

@Muntasib-creator Muntasib-creator merged commit bb0fba8 into AutomationSolutionz:dev Jul 14, 2025
2 checks passed
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.

2 participants