Skip to content

Commit a9dcc53

Browse files
committed
allow using CRPATH
1 parent 13a0afc commit a9dcc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/extension/extensionTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const extensionTest = baseTest.extend<TraceViewerFixtures>(traceViewerFix
3838
await new Promise<void>(resolve => httpServer.listen(0, resolve));
3939
const pathToExtension = path.join(__dirname, '../../../playwright-mcp/extension');
4040
const context = await chromium.launchPersistentContext('', {
41+
executablePath: process.env.CRPATH,
4142
args: [
4243
`--disable-extensions-except=${pathToExtension}`,
4344
`--load-extension=${pathToExtension}`,

0 commit comments

Comments
 (0)