diff --git a/playwriter/src/mcp-connection.test.ts b/playwriter/src/extension-connection.test.ts similarity index 99% rename from playwriter/src/mcp-connection.test.ts rename to playwriter/src/extension-connection.test.ts index 516e098..125fd5b 100644 --- a/playwriter/src/mcp-connection.test.ts +++ b/playwriter/src/extension-connection.test.ts @@ -7,7 +7,7 @@ import './test-declarations.js' const TEST_PORT = 19990 -describe('MCP Connection Tests', () => { +describe('Extension Connection Tests', () => { let client: Awaited>['client'] let cleanup: (() => Promise) | null = null let testCtx: TestContext | null = null diff --git a/playwriter/src/mcp-core.test.ts b/playwriter/src/relay-core.test.ts similarity index 99% rename from playwriter/src/mcp-core.test.ts rename to playwriter/src/relay-core.test.ts index 4604269..724612a 100644 --- a/playwriter/src/mcp-core.test.ts +++ b/playwriter/src/relay-core.test.ts @@ -7,7 +7,7 @@ import './test-declarations.js' const TEST_PORT = 19987 -describe('MCP Core Tests', () => { +describe('Relay Core Tests', () => { let client: Awaited>['client'] let cleanup: (() => Promise) | null = null let testCtx: TestContext | null = null diff --git a/playwriter/src/mcp-navigation.test.ts b/playwriter/src/relay-navigation.test.ts similarity index 99% rename from playwriter/src/mcp-navigation.test.ts rename to playwriter/src/relay-navigation.test.ts index d77fb72..22b54eb 100644 --- a/playwriter/src/mcp-navigation.test.ts +++ b/playwriter/src/relay-navigation.test.ts @@ -6,7 +6,7 @@ import './test-declarations.js' const TEST_PORT = 19992 -describe('MCP Navigation Tests', () => { +describe('Relay Navigation Tests', () => { let testCtx: TestContext | null = null beforeAll(async () => { diff --git a/playwriter/src/mcp-session.test.ts b/playwriter/src/relay-session.test.ts similarity index 100% rename from playwriter/src/mcp-session.test.ts rename to playwriter/src/relay-session.test.ts diff --git a/playwriter/src/mcp-snapshot.test.ts b/playwriter/src/snapshot-tools.test.ts similarity index 99% rename from playwriter/src/mcp-snapshot.test.ts rename to playwriter/src/snapshot-tools.test.ts index 2832103..7144884 100644 --- a/playwriter/src/mcp-snapshot.test.ts +++ b/playwriter/src/snapshot-tools.test.ts @@ -14,7 +14,7 @@ import './test-declarations.js' const TEST_PORT = 19991 -describe('MCP Snapshot & Screenshot Tests', () => { +describe('Snapshot & Screenshot Tests', () => { let client: Awaited>['client'] let cleanup: (() => Promise) | null = null let testCtx: TestContext | null = null