docs: align E2ETestPlan.md with ISMS Style Guide and fix build paths#604
Merged
Conversation
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create E2ETestPlan.md documentation for end-to-end testing strategy
docs: align E2ETestPlan.md with ISMS Style Guide and fix build paths
Nov 15, 2025
pethers
approved these changes
Nov 15, 2025
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
pethers
marked this pull request as ready for review
November 15, 2025 16:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Description
Updated E2ETestPlan.md to comply with Hack23 ISMS Style Guide format and corrected technical paths following build directory reorganization.
Changes:
ISMS Style Guide Compliance
Path Corrections (8 references updated)
docs/cypress/*→build/cypress/*for screenshots, videos, JUnit reports, and Mochawesome outputREADME Enhancement
Before/After:
Type of Change
Component(s) Modified
CIA Impact Area
Security Level Impact
Test Coverage Impact
Testing Performed
Screenshots/Examples
N/A - Documentation formatting changes only
Related Issues
Closes #612
Checklist
Additional Notes
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
redirector.gvt1.com/proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --no-sandbox --disable-dev-shm-usage --ignore-certificate-errors --use-fake-device-for-media-stream --ignore-certificate-errors --enable-crash-reporter=efa816a2-a0a1-480f-b5ea-fba13de0e024,no_channel --user-data-dir=/home/REDACTED/.config/Cypress --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,10156608906151213880,3309708492946389278,262144 --enable-features=PdfUseShowSaveFilePicker --disable-features=GlobalMediaControls,InterestFeedContentSuggestions,LensOverlay,MediaRouter,OptimizationHints,PrivacySandboxSettings4,ScreenAIOCREnabled,SpareRendererForSitePerProcess,Translate --variations-seed-version(dns block)/home/REDACTED/.cache/Cypress/15.6.0/Cypress/Cypress --no-sandbox -- --run-project /home/REDACTED/work/cia-compliance-manager/cia-compliance-manager --cwd /home/REDACTED/work/cia-compliance-manager/cia-compliance-manager --userNodePath /opt/hostedtoolcache/node/24.11.1/x64/bin/node --userNodeVersion 24.11.1(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This section details on the original issue you should resolve
<issue_title>🧪 Create E2ETestPlan.md Documentation for End-to-End Testing Strategy</issue_title>
<issue_description>## 🎯 Objective
Create comprehensive E2ETestPlan.md documentation to align with Hack23 ISMS Secure Development Policy requirements for end-to-end testing strategy and evidence.
📋 Background
Per Secure_Development_Policy.md §4.2 "End-to-End Testing Strategy", all Hack23 projects MUST maintain E2ETestPlan.md documentation with comprehensive test coverage, public results, and browser testing validation.
Current State:
E2ETestPlan.md(mandatory per ISMS policy §4.2)cypress/directory.github/workflows/test-and-report.ymldocs/cypress/mochawesome/Reference Implementations:
Why This Matters:
✅ Acceptance Criteria
docs/E2ETestPlan.mdfollowing ISMS style guide🛠️ Implementation Guidance
Files to Create/Modify
docs/E2ETestPlan.md- New comprehensive E2E test plan documentationREADME.md- Add E2E test badge linking to plan (optional enhancement)Approach