Add framework version tracking and update reports #149
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.
This pull request introduces version tracking and reporting improvements for the SAP Automation QA framework, along with updates to documentation and test execution scripts. The most significant changes add support for passing the framework version through the test execution pipeline, displaying it in generated reports, and documenting new functional test capabilities.
Versioning and Reporting Enhancements:
VERSIONfile to track the framework version, and implemented aread_version_filefunction inscripts/utils.shto read this value programmatically. [1] [2]scripts/sap_automation_qa.shto pass the framework version as an extra variable to Ansible playbooks during test execution, ensuring the version is available throughout the pipeline. [1] [2]render_html_report.pymodule and related Ansible roles/templates to accept and display the framework version in generated reports, improving traceability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Documentation and Functional Test Updates:
docs/CHANGELOG.mdfor version 1.0.0, documenting new high availability functional tests and initial configuration checks for SAP systems.Test Execution Pipeline Improvements:
scripts/sap_automation_qa.shpropagate the framework version to Ansible, maintaining consistency in offline and online modes. [1] [2] [3] [4]