React Integration Test Suite + Convergence Loop — Readme + CI + Kompatibilitätsmatrix #34
Labels
No labels
bug
docs
feature
housekeeping
html-spec
performance
react-compat
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
glow-all/true-headless-browser#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Nachdem #30–#33 implementiert sind, wissen wir noch nicht ob React-Apps wirklich funktionieren. Wir brauchen:
Lösung
Teil 1: React Integration Test Suite
tests/integration/react/— jeder Test lädt ein React-Snippet und prüft:Jeder Test erzeugt ein HTML-Dokument mit:
Das testet echten React-Code über das Netzwerk — kein Mock, kein Polyfill im Test.
Teil 2: Convergence Loop
Teil 3: Kompatibilitätsmatrix
COMPATIBILITY.mdim Repo:Teil 4: CI Pipeline
.forgejo/workflows/react-compat.yml:Betroffene Dateien
tests/integration/react/basic-render.test.tstests/integration/react/state-events.test.tstests/integration/react/forms.test.tstests/integration/react/concurrent.test.tsCOMPATIBILITY.md.forgejo/workflows/react-compat.ymlAkzeptanzkriterien
Cross-Referenzen
React Integration Test Suite + Convergence Loop — Readme + CI + Kompatibilitätsmatrix. ✅ Tests existieren (react-comprehensive.test.ts, react-rendering.test.ts, react19-*.test.ts). COMPATIBILITY.md vorhanden. Wird in #40 aktualisiert.