(chore) add playwright e2e test
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
- [ ] `stream_test.go` — SSE emits a delta within 5s of a pod state change
|
||||
- [ ] `topology.test.tsx` — graph re-renders on delta without a full reload
|
||||
- [ ] `topology.e2e.ts` (Playwright, hard requirement) — load `/topology`, assert graph nodes render, delete a pod, assert node count updates without reload
|
||||
|
||||
## GREEN
|
||||
|
||||
@@ -24,6 +25,7 @@
|
||||
```bash
|
||||
# delete a pod, observe graph update in <5s without reloading
|
||||
kubectl delete pod <name> -n <ns>
|
||||
pnpm test:e2e topology.e2e.ts # required, must pass before merge
|
||||
```
|
||||
|
||||
Next: [04-phase3-delivery.md](04-phase3-delivery.md)
|
||||
|
||||
Reference in New Issue
Block a user