Claude: skill: Clarify that all proxy E2E scripts must run.

The "Run the proxy E2E tests:" wording read as if running the first
script was enough. Make explicit that every E2E script must run, one at
a time (fixed ports prevent parallelism), and not to stop early since a
later test can fail even when earlier ones pass.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
winlin 2026-05-28 21:31:42 -04:00
parent 41528168e4
commit 96cdd0c2cb

View File

@ -143,7 +143,7 @@ Only after the user confirms the routing do you proceed to Step 2.
```
bash scripts/proxy-utest.sh --coverage
```
4. Run the proxy E2E tests:
4. Run **all** of the proxy E2E tests below — every one, not just the first. Run them one at a time (they bind fixed ports, so they cannot run in parallel), and do not stop early: a later test can fail even when the earlier ones pass.
- Single-origin RTMP proxy test (starts proxy + one SRS origin, publishes RTMP, verifies playback):
```
bash scripts/proxy-e2e-test.sh