chore: remove extension code (#667)

This commit is contained in:
Pavel Feldman 2025-07-14 10:52:38 -07:00 committed by GitHub
parent 7fca8f50f8
commit 128474b4aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 8 additions and 1408 deletions

View file

@ -27,8 +27,6 @@ async function createTab(client: Client, title: string, body: string) {
});
}
test.skip(({ mcpMode }) => mcpMode === 'extension', 'Multi-tab scenarios are not supported with --extension');
test('list initial tabs', async ({ client }) => {
expect(await client.callTool({
name: 'browser_tab_list',