| 119 | } |
| 120 | |
| 121 | export 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 | |
| 129 | export const test = base.extend<ConnectorFixtures>({ |
| 130 | mockConnector: async ({ page: _ }, use) => { |
nothing calls this directly
no outgoing calls
no test coverage detected