chore: run server with headless shell for connect tests (#33957)
This commit is contained in:
parent
5a1bae0f19
commit
856704a176
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue