From ef83729796347e264856c943e5edf7dc4b38f5fa Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 19 Sep 2025 07:55:12 -0700 Subject: [PATCH] chore: roll Playwright to latest (#1060) --- README.md | 2 ++ package-lock.json | 28 ++++++++++++++-------------- package.json | 6 +++--- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index eb0f10a..a00d721 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ Playwright MCP server supports following arguments. They can be provided in the the session into the output directory. --secrets path to a file containing secrets in the dotenv format + --shared-browser-context reuse the same browser context between + all connected HTTP clients. --storage-state path to the storage state file for isolated sessions. --timeout-action specify action timeout in milliseconds, diff --git a/package-lock.json b/package-lock.json index fdca708..e2f7e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,15 +9,15 @@ "version": "0.0.38", "license": "Apache-2.0", "dependencies": { - "playwright": "1.56.0-alpha-2025-09-18", - "playwright-core": "1.56.0-alpha-2025-09-18" + "playwright": "1.56.0-alpha-1758292576000", + "playwright-core": "1.56.0-alpha-1758292576000" }, "bin": { "mcp-server-playwright": "cli.js" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.17.5", - "@playwright/test": "1.56.0-alpha-2025-09-18", + "@playwright/test": "1.56.0-alpha-1758292576000", "@types/node": "^24.3.0", "zod-to-json-schema": "^3.24.6" }, @@ -50,13 +50,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.56.0-alpha-2025-09-18", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0-alpha-2025-09-18.tgz", - "integrity": "sha512-HqvJRABhT5yTbWw93erQR8yK9EDbEJzbCVYH6WNlzDHUyVSyJWhkcqTSX318cfByeCunKOqGGSoHfBzp+NWlsA==", + "version": "1.56.0-alpha-1758292576000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0-alpha-1758292576000.tgz", + "integrity": "sha512-U5SLVseO2I8yDg2lSMPrlTR08KBTyIrFFi1EP23LSxdQ+jKsnOdQdHzUCY+qXQWIMC24eNtgPWYPmh9hgf1kAA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.56.0-alpha-2025-09-18" + "playwright": "1.56.0-alpha-1758292576000" }, "bin": { "playwright": "cli.js" @@ -825,12 +825,12 @@ } }, "node_modules/playwright": { - "version": "1.56.0-alpha-2025-09-18", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0-alpha-2025-09-18.tgz", - "integrity": "sha512-rvZ5liplc1VWzOuk6WnxiYpb5IIfgyvtMuviy/hT4iaRo3aneRUZeIa2Bk4axIQ+PckEC12Q8pHh3yKtl+Z/2g==", + "version": "1.56.0-alpha-1758292576000", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0-alpha-1758292576000.tgz", + "integrity": "sha512-XRTRlArx9KgiGsboXUpJR7ZDazUPfO51t1nrQ+w883e02/IDNxcqPpQXJcFAy4nFqG925r//VR9AyseVfw1AWg==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.56.0-alpha-2025-09-18" + "playwright-core": "1.56.0-alpha-1758292576000" }, "bin": { "playwright": "cli.js" @@ -843,9 +843,9 @@ } }, "node_modules/playwright-core": { - "version": "1.56.0-alpha-2025-09-18", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0-alpha-2025-09-18.tgz", - "integrity": "sha512-Uah9BolKRWGmQYBx4qlo6iwdQymHFfx2yM8KS2PrJln7/SYzgem3vfJCcKJ0toGG0H7TvaazcOxkImvebC8Tjg==", + "version": "1.56.0-alpha-1758292576000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0-alpha-1758292576000.tgz", + "integrity": "sha512-qXLOCI9RhulhdvNjFglvgoyUw3N49putP8iU0uhoZ+mE3lEXAJNy/v1znCRvhjwvfsGsabO9+Xe4sfvu2GFGCw==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index e8f7a07..b44c39b 100644 --- a/package.json +++ b/package.json @@ -33,15 +33,15 @@ } }, "dependencies": { - "playwright": "1.56.0-alpha-2025-09-18", - "playwright-core": "1.56.0-alpha-2025-09-18" + "playwright": "1.56.0-alpha-1758292576000", + "playwright-core": "1.56.0-alpha-1758292576000" }, "bin": { "mcp-server-playwright": "cli.js" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.17.5", - "@playwright/test": "1.56.0-alpha-2025-09-18", + "@playwright/test": "1.56.0-alpha-1758292576000", "@types/node": "^24.3.0", "zod-to-json-schema": "^3.24.6" }