Files
Charon/docs/plans/archive/requirements.md
akanealw eec8c28fb3
Some checks failed
Go Benchmark / Performance Regression Check (push) Has been cancelled
Cerberus Integration / Cerberus Security Stack Integration (push) Has been cancelled
Upload Coverage to Codecov / Backend Codecov Upload (push) Has been cancelled
Upload Coverage to Codecov / Frontend Codecov Upload (push) Has been cancelled
CodeQL - Analyze / CodeQL analysis (go) (push) Has been cancelled
CodeQL - Analyze / CodeQL analysis (javascript-typescript) (push) Has been cancelled
CrowdSec Integration / CrowdSec Bouncer Integration (push) Has been cancelled
Docker Build, Publish & Test / build-and-push (push) Has been cancelled
Quality Checks / Auth Route Protection Contract (push) Has been cancelled
Quality Checks / Codecov Trigger/Comment Parity Guard (push) Has been cancelled
Quality Checks / Backend (Go) (push) Has been cancelled
Quality Checks / Frontend (React) (push) Has been cancelled
Rate Limit integration / Rate Limiting Integration (push) Has been cancelled
Security Scan (PR) / Trivy Binary Scan (push) Has been cancelled
Supply Chain Verification (PR) / Verify Supply Chain (push) Has been cancelled
WAF integration / Coraza WAF Integration (push) Has been cancelled
Docker Build, Publish & Test / Security Scan PR Image (push) Has been cancelled
Repo Health Check / Repo health (push) Has been cancelled
History Rewrite Dry-Run / Dry-run preview for history rewrite (push) Has been cancelled
Prune Renovate Branches / prune (push) Has been cancelled
Renovate / renovate (push) Has been cancelled
Nightly Build & Package / sync-development-to-nightly (push) Has been cancelled
Nightly Build & Package / Trigger Nightly Validation Workflows (push) Has been cancelled
Nightly Build & Package / build-and-push-nightly (push) Has been cancelled
Nightly Build & Package / test-nightly-image (push) Has been cancelled
Nightly Build & Package / verify-nightly-supply-chain (push) Has been cancelled
changed perms
2026-04-22 18:19:14 +00:00

2.1 KiB
Executable File

Requirements - Playwright Triage and Remediation Plan

Source: docs/plans/current_spec.md

EARS Requirements

  1. WHEN Tier 0 through Tier 4 test subsets are executed, THE SYSTEM SHALL complete each tier without early termination or context-closed failures.
  2. WHEN the ProxyHostForm modal dropdowns are opened, THE SYSTEM SHALL allow selection changes using pointer input.
  3. WHEN the ProxyHostForm modal dropdowns are opened, THE SYSTEM SHALL allow keyboard navigation with visible focus for open, navigate, and select actions.
  4. WHEN the Uptime create monitor modal dropdown is opened, THE SYSTEM SHALL allow selecting a monitor type without click failures.
  5. WHEN the Uptime create monitor modal dropdown is opened, THE SYSTEM SHALL allow keyboard navigation with visible focus for open, navigate, and select actions.
  6. WHEN a Discord provider uses the default minimal template, THE SYSTEM SHALL send a payload that contains content or embeds as required.
  7. WHEN a Slack provider uses the default minimal template, THE SYSTEM SHALL send a payload that contains text as required.
  8. WHEN provider preview is requested, THE SYSTEM SHALL validate and render the same payload shape as test send for the same provider and template.
  9. WHEN the Domains page is loaded, THE SYSTEM SHALL allow creating a domain via the add form and reflect it after the create API completes.
  10. WHEN a domain delete action is confirmed, THE SYSTEM SHALL remove the domain after the delete API completes.
  11. WHEN the DNS Providers page is loaded, THE SYSTEM SHALL render provider cards for API-seeded providers and load provider types when the add form opens.

Execution Outcomes

  • Harness stability fixes completed, resolving context closure failures.
  • ProxyHostForm and Uptime validation confirmed using Radix Select.
  • Notifications templates aligned with fallback defaults for provider requirements.
  • Role gating bug fix applied for the Backups empty state.
  • 135 Playwright tests passing across 5 tiers.

Remaining Phases

  • Phase 6: Documentation and hygiene review.
  • Phase 7: Validation and coverage gates.