chore: roll playwright to latest (#1331)

This commit is contained in:
Pavel Feldman
2026-01-23 11:31:12 -08:00
committed by GitHub
parent cd2b589338
commit 41fba2bd71
3 changed files with 22 additions and 19 deletions

View File

@@ -21,6 +21,7 @@
"ftest": "playwright test --project=firefox",
"wtest": "playwright test --project=webkit",
"dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker",
"build": "echo OK",
"npm-publish": "npm run lint && npm run test && npm publish",
"copy-config": "cp ../../../playwright/packages/playwright/src/mcp/config.d.ts . && perl -pi -e \"s|import type \\* as playwright from 'playwright-core';|import type * as playwright from 'playwright';|\" ./config.d.ts",
"roll": "npm run copy-config && npm run lint"
@@ -34,8 +35,8 @@
},
"dependencies": {
"minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769176698000",
"playwright-core": "1.59.0-alpha-1769176698000"
"playwright": "1.59.0-alpha-1769191051000",
"playwright-core": "1.59.0-alpha-1769191051000"
},
"bin": {
"mcp": "cli.js",