chore: remove extension code (#667)
This commit is contained in:
parent
7fca8f50f8
commit
128474b4aa
28 changed files with 8 additions and 1408 deletions
|
|
@ -19,8 +19,6 @@ import path from 'node:path';
|
|||
import { spawnSync } from 'node:child_process';
|
||||
import { test, expect } from './fixtures.js';
|
||||
|
||||
test.skip(({ mcpMode }) => mcpMode === 'extension', 'Connecting to CDP server is not supported in combination with --extension');
|
||||
|
||||
test('cdp server', async ({ cdpServer, startClient, server }) => {
|
||||
await cdpServer.start();
|
||||
const { client } = await startClient({ args: [`--cdp-endpoint=${cdpServer.endpoint}`] });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue