chore: run server with headless shell for connect tests

This commit is contained in:
Yury Semikhatsky 2024-12-11 10:11:47 -08:00
parent 4745f64bc0
commit b2a904ed57

View file

@ -92,7 +92,7 @@ export class RemoteServer implements PlaywrightServer {
handleSIGINT: true, handleSIGINT: true,
handleSIGTERM: true, handleSIGTERM: true,
handleSIGHUP: true, handleSIGHUP: true,
executablePath: browserOptions.channel ? undefined : browserOptions.executablePath || browserType.executablePath(), executablePath: browserOptions.channel ? undefined : browserOptions.executablePath,
logger: undefined, logger: undefined,
}; };
const options = { const options = {