We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a0afc commit a9dcc53Copy full SHA for a9dcc53
tests/extension/extensionTest.ts
@@ -38,6 +38,7 @@ export const extensionTest = baseTest.extend<TraceViewerFixtures>(traceViewerFix
38
await new Promise<void>(resolve => httpServer.listen(0, resolve));
39
const pathToExtension = path.join(__dirname, '../../../playwright-mcp/extension');
40
const context = await chromium.launchPersistentContext('', {
41
+ executablePath: process.env.CRPATH,
42
args: [
43
`--disable-extensions-except=${pathToExtension}`,
44
`--load-extension=${pathToExtension}`,
0 commit comments