test: add cloud-dev e2e test skeleton + CI wiring for mongodb-mcp-remote (MCP-538)#1271
Draft
maastha wants to merge 1 commit into
Draft
test: add cloud-dev e2e test skeleton + CI wiring for mongodb-mcp-remote (MCP-538)#1271maastha wants to merge 1 commit into
maastha wants to merge 1 commit into
Conversation
…MCP-538) Stack the real cloud-dev e2e tier on the unit/integration setup: - wrapper.e2e.test.ts: runs in the normal suite but self-skips via describe.skipIf unless MDB_MCP_REMOTE_E2E_CLIENT_ID is set (and on SKIP_REMOTE_MCP_E2E=true). Bodies are it.todo for MCP-539 against the real wrapper (MCP-536). - code-health.yml run-tests: inject MDB_MCP_REMOTE_E2E_* from dedicated TEST_REMOTE_MCP_* secrets/var (kept separate from MDB_MCP_API_* so cloud-dev creds don't leak into other tests). Until the secrets exist, e2e self-skips. - scripts/path-b-smoke-test.sh: one-time provisioning of the ingress credentials via the group-level mcpConfig flow. - Document e2e testing, provisioning, and secret rotation in CONTRIBUTING.md.
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
Stacked on #1268. Adds the cloud-dev e2e test for the remote MCP wrapper — the skeleton and CI plumbing. The actual test will be implemented in MCP-539 (and need the wrapper from MCP-536), so this is safe to merge on its own.
Changes
Out of scope: e2e test bodies (MCP-539), wrapper implementation (MCP-536).
Ticket: MCP-538
Checklist