implement Cypress end-to-end testing for APAP and MCP smoke coverage - #148
implement Cypress end-to-end testing for APAP and MCP smoke coverage#148ibrahimmahdy684 wants to merge 1 commit into
Conversation
43a463d to
54e46e1
Compare
Signed-off-by: ibrahimmahdy684 <ibrahim.elmahdy@Student.giu-uni.de>
54e46e1 to
dea0e51
Compare
|
This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR is stale because it has been open with no activity. Remove the stale label or comment to keep it active. Only items with maintainer engagement are auto-closed. |
|
This PR is stale because it has been open with no activity. Remove the stale label or comment to keep it active. Only items with maintainer engagement are auto-closed. |
|
Circling back on this one. A few concerns before it moves forward: Coverage overlap. The MCP smoke case here ( Tool fit. APAP is a headless REST + MCP server (no browser UI). Every existing HTTP-boundary test in The Rebase blocker. tsconfig. The new Given the coverage overlap on the MCP case and the tooling mismatch for a headless server, my read is this is close-worthy as-is. The |
|
Circling back with a close since #225 merged the slice-3 pattern and the coverage angle here is now clearly duplicative. The MCP smoke case in this PR ( If there's an end-to-end coverage gap you'd like to close, #147 is the parent issue and open for a fresh scoped PR. Focus areas that would add real value: (a) authenticated resource-read path with a real session id (not covered by unit tests), (b) trigger-agreement wire shape with actual template-engine execution (currently only unit-mocked), (c) SSE-to-Streamable transport disposition once #227 lands. Closing this out; thanks for flagging the E2E gap in the first place. |
This PR implements Cypress-based end-to-end testing for APAP and MCP server behavior, focused on first-pass smoke coverage through real HTTP flows.
Implementation details
Coverage implemented in this PR
Validation run
closes #147