qa: assign E2E-endpoint-live-roundtrip TESTPLAN ID - #14
Open
Morgandri1 wants to merge 1 commit into
Open
Conversation
…tton E2E Web's endpoint panel probe (endpoint-probe.ts) distinguishes a real 404 the engine wrote from a bodiless 501 meaning ingress isn't built -- proven so far only against Web's mock. Now that ingress is real (23fe1fa), the one thing left unproven is that distinction against an ACTUAL board: a real endpoint answering, and a real wrong path answering a real 404 rather than reading as "come back later". Relayed via PM (no direct web<->qa wire on this board). Needs infra/docker-compose.yml (postgres+api+host+engine) rather than the existing mock-based Playwright fixture -- heavier, hence its own ID rather than folded into E2E-wire/E2E-chat. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Deployment failed for project wheel with the following error: Learn More: https://vercel.com/morgandri1s-projects?upgradeToPro=build-rate-limit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Web (relayed via PM, no direct web↔QA wire on this board) needs a TESTPLAN ID for an E2E test
that clicks the endpoint inspector's Test button against a REAL running board now that ingress
is real (23fe1fa), not Web's mock. Assigns
E2E-endpoint-live-roundtrip.Fixture needed (not yet built — see PM/web reply for the plan)
infra/docker-compose.ymlup (postgres + api + host + a real per-project engine) — this isheavier than every other
E2E-*fixture, all of which run against Web's mock server.endpointnode (methodGET,response_mode: ack),capability
httpenabled, so the panel'sbtn-endpoint-testhas something real to hit.answer rather than
endpoint-probe.ts's bodiless-501 "ingress not built yet" verdict.Docs-only change; no code.
🤖 Generated with Claude Code