MCPcopy
hub / github.com/npmx-dev/npmx.dev / ConnectorFixtures

Interface ConnectorFixtures

test/e2e/helpers/fixtures.ts:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121export interface ConnectorFixtures {
122 mockConnector: MockConnectorClient
123 testToken: string
124 connectorPort: number
125 /** Navigate to a page pre-authenticated with connector credentials. */
126 gotoConnected: (path: string) => Promise<void>
127}
128
129export const test = base.extend<ConnectorFixtures>({
130 mockConnector: async ({ page: _ }, use) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected