chore: run server with headless shell for connect tests (#33957)

This commit is contained in:
Yury Semikhatsky 2024-12-11 10:35:14 -08:00 committed by GitHub
parent 5a1bae0f19
commit 856704a176
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {