ARC 1.1.0 reports#221
Conversation
Signed-off-by: Famuda1234 <144789326+Famuda1234@users.noreply.github.com>
Signed-off-by: Famuda1234 <144789326+Famuda1234@users.noreply.github.com>
Signed-off-by: Famuda1234 <144789326+Famuda1234@users.noreply.github.com>
Signed-off-by: Famuda1234 <144789326+Famuda1234@users.noreply.github.com>
WalkthroughFive static TestNG HTML report artifacts are added to the test-management repository, capturing test execution results from AndroidRegClient test runs. The reports include environment metadata, test summary metrics, scenario listings with timings, and detailed exception stack traces for failed and skipped tests. ChangesTestNG Test Result Reports
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ARC/ARC` 1.1.0/Automation ARC
1.1.0_Reports/AndroidRegClient-null-run-1779367864271-report_T-6_P-3_S-1_F-2.html:
- Around line 183-184: The committed HTML test report contains sensitive
internal hostnames and full stack traces (look for the table header "Use Cases
Test Report" and occurrences of "qa21.mosip.net" and stacktrace lines with
class/method/line numbers); remove this raw report from the commit and replace
it with either (a) a sanitized version that redacts hostnames and stack traces
(replace class/method/line details with "[REDACTED]" or summary messages) or (b)
omit the file entirely and upload the original to CI artifact storage instead;
ensure any retained artifact in the repo only contains non-sensitive summary
metadata and no full stack traces.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4d8b9377-79bc-4eb0-a370-76d3cda6afb4
⛔ Files ignored due to path filters (2)
ARC/ARC 1.1.0/ARC 1.1.0_QA Functional Report.docxis excluded by!**/*.docxARC/ARC 1.1.0/ARC_1.1.0_Verification_Report.xlsxis excluded by!**/*.xlsx
📒 Files selected for processing (5)
ARC/ARC 1.1.0/Automation ARC 1.1.0_Reports/AndroidRegClient-null-run-1779257202405-report_T-8_P-8_S-0_F-0.htmlARC/ARC 1.1.0/Automation ARC 1.1.0_Reports/AndroidRegClient-null-run-1779274074258-report_T-9_P-9_S-0_F-0.htmlARC/ARC 1.1.0/Automation ARC 1.1.0_Reports/AndroidRegClient-null-run-1779365082880-report_T-2_P-2_S-0_F-0.htmlARC/ARC 1.1.0/Automation ARC 1.1.0_Reports/AndroidRegClient-null-run-1779367864271-report_T-6_P-3_S-1_F-2.htmlARC/ARC 1.1.0/Automation ARC 1.1.0_Reports/AndroidRegClient-null-run-1779422418166-report_T-2_P-2_S-0_F-0.html
| <th colspan='7'>Use Cases Test Report ---- Report Date: Thursday 21 May 19:15:02 ---- Tested Environment: | ||
| qa21.mosip.net</th> |
There was a problem hiding this comment.
Do not commit raw test report artifacts with environment and stacktrace details.
This file publishes internal hostnames and full failure stack traces (class names, methods, and line numbers). That leaks internal topology and implementation detail into the repo history.
✅ Suggested remediation
- ARC/ARC 1.1.0/Automation ARC 1.1.0_Reports/AndroidRegClient-null-run-1779367864271-report_T-6_P-3_S-1_F-2.html
+ (remove generated HTML reports from source control)+# .gitignore
+ARC/**/Automation ARC 1.1.0_Reports/*.htmlIf these reports must be retained, publish sanitized artifacts in CI storage (with hostnames and stack traces redacted) instead of committing them.
Also applies to: 281-327
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@ARC/ARC` 1.1.0/Automation ARC
1.1.0_Reports/AndroidRegClient-null-run-1779367864271-report_T-6_P-3_S-1_F-2.html
around lines 183 - 184, The committed HTML test report contains sensitive
internal hostnames and full stack traces (look for the table header "Use Cases
Test Report" and occurrences of "qa21.mosip.net" and stacktrace lines with
class/method/line numbers); remove this raw report from the commit and replace
it with either (a) a sanitized version that redacts hostnames and stack traces
(replace class/method/line details with "[REDACTED]" or summary messages) or (b)
omit the file entirely and upload the original to CI artifact storage instead;
ensure any retained artifact in the repo only contains non-sensitive summary
metadata and no full stack traces.
Added the ARC 1.1.0 Reports
Summary by CodeRabbit
Release Notes