Files
Charon/docs/issues/validate_e2e_infrastructure.md
GitHub Actions 11e575d6cc fix: stabilize e2e test suite and auth configuration
- Standardized E2E base URL to 127.0.0.1 to resolve cookie domain 401 errors
- Updated playwright config to strictly exclude security tests from main shards
- Refactored waitForModal helper to prevent strict mode violations on complex modals
- Fixed leak of crowdsec diagnostics tests into standard chromium project
2026-02-06 07:43:26 +00:00

537 B

Manual Validation of E2E Test Infrastructure

  • Test the following scenarios manually (or verifying via CI output):
    1. Verify crowdsec-diagnostics.spec.ts does NOT run in standard chromium shards.
    2. Verify tests/security/acl-integration.spec.ts passes consistently (no 401s, no modal errors).
    3. Verify waitForModal helper works for both standard dialogs and slide-out panels.
    4. Verify Authentication setup (auth.setup.ts) works with 127.0.0.1 domain.

Status: To Do Priority: Medium Assignee: QA Automation Team