chore: mcp backend switcher (#854)

This commit is contained in:
Yury Semikhatsky
2025-08-11 14:16:43 -07:00
committed by GitHub
parent db9cfe1720
commit f010164bf1
10 changed files with 224 additions and 70 deletions

View File

@@ -78,7 +78,7 @@ test('navigate with extension', async ({ browserWithExtension, startClient, serv
expect(await client.callTool({
name: 'browser_connect',
arguments: {
method: 'extension'
name: 'extension'
}
})).toHaveResponse({
result: 'Successfully changed connection method.',
@@ -123,7 +123,7 @@ test('snapshot of an existing page', async ({ browserWithExtension, startClient,
expect(await client.callTool({
name: 'browser_connect',
arguments: {
method: 'extension'
name: 'extension'
}
})).toHaveResponse({
result: 'Successfully changed connection method.',