chore: roll to Feb 14 (#1405)

This commit is contained in:
Yury Semikhatsky
2026-02-14 14:33:34 -08:00
committed by GitHub
parent 8c4b1aaa25
commit d6c2e7ce5e
6 changed files with 22 additions and 22 deletions

View File

@@ -32,8 +32,8 @@
}
},
"dependencies": {
"playwright": "1.59.0-alpha-1771028105000",
"playwright-core": "1.59.0-alpha-1771028105000"
"playwright": "1.59.0-alpha-1771104257000",
"playwright-core": "1.59.0-alpha-1771104257000"
},
"bin": {
"playwright-mcp": "cli.js"

View File

@@ -80,7 +80,7 @@ export const test = baseTest.extend<TestFixtures & TestOptions, WorkerFixtures>(
await use(async options => {
const args: string[] = mcpArgs ?? [];
if (process.env.CI && process.platform === 'linux')
args.push('--no-chromium-sandbox');
args.push('--no-sandbox');
if (mcpHeadless)
args.push('--headless');
if (mcpBrowser)