Skip to content

Enhc/dx 3908#141

Open
OMpawar-21 wants to merge 3 commits intodevelopmentfrom
enhc/DX-3908-enhanced-report
Open

Enhc/dx 3908#141
OMpawar-21 wants to merge 3 commits intodevelopmentfrom
enhc/DX-3908-enhanced-report

Conversation

@OMpawar-21
Copy link

Integration Test Report Generator

Summary

Adds an automated HTML report generator for the .NET CMA SDK integration tests.

Changes

  • Test helpers for capturing HTTP traffic, assertions, and test context
  • Python script to parse TRX, Cobertura coverage, and structured output into an HTML report
  • Shell script to orchestrate test execution and report generation
  • Updated integration test files to use structured logging

Report Includes

  • Test summary (passed, failed, skipped, duration)
  • Global and file-wise code coverage
  • Per-test drill-down with assertions, HTTP requests/responses, and cURL commands

Usage

./Scripts/run-integration-tests-with-report.sh

### Summary
Adds an automated HTML report generator for the .NET CMA SDK integration tests.
### Changes
- Test helpers for capturing HTTP traffic, assertions, and test context
- Python script to parse TRX, Cobertura coverage, and structured output into an HTML report
- Shell script to orchestrate test execution and report generation
- Updated integration test files to use structured logging
### Report Includes
- Test summary (passed, failed, skipped, duration)
- Global and file-wise code coverage
- Per-test drill-down with assertions, HTTP requests/responses, and cURL commands
@OMpawar-21 OMpawar-21 requested a review from a team as a code owner March 13, 2026 06:09
@github-actions
Copy link

We regret to inform you that you are currently not able to merge your changes into the master branch due to restrictions applied by our SRE team. To proceed with merging your changes, we kindly request that you create a pull request from the next branch. Our team will then review the changes and work with you to ensure a successful merge into the master branch.

@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 0 ✅ Passed
🔵 Low Severity 0 0 0 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

@OMpawar-21 OMpawar-21 changed the base branch from main to development March 16, 2026 04:52
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