From 856704a1768f35890d0c386ad4f0630c963d8978 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 11 Dec 2024 10:35:14 -0800 Subject: [PATCH] chore: run server with headless shell for connect tests (#33957) --- tests/config/remoteServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/remoteServer.ts b/tests/config/remoteServer.ts index 04305f31a4..6d9710fd44 100644 --- a/tests/config/remoteServer.ts +++ b/tests/config/remoteServer.ts @@ -92,7 +92,7 @@ export class RemoteServer implements PlaywrightServer { handleSIGINT: true, handleSIGTERM: true, handleSIGHUP: true, - executablePath: browserOptions.channel ? undefined : browserOptions.executablePath || browserType.executablePath(), + executablePath: browserOptions.channel ? undefined : browserOptions.executablePath, logger: undefined, }; const options = {