chore: add test for cli --extension (#1356)

This commit is contained in:
Yury Semikhatsky
2026-01-28 20:24:03 -08:00
committed by GitHub
parent cd9819d0e8
commit 8b8e518029
6 changed files with 138 additions and 28 deletions

32
package-lock.json generated
View File

@@ -13,7 +13,7 @@
],
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"@playwright/test": "1.59.0-alpha-1769452054000",
"@playwright/test": "1.59.0-alpha-1769561805000",
"@types/node": "^24.3.0"
}
},
@@ -806,13 +806,13 @@
"link": true
},
"node_modules/@playwright/test": {
"version": "1.59.0-alpha-1769452054000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769452054000.tgz",
"integrity": "sha512-RoLK8rEDtLkfNuRMQtMGFLU+wgBNVHMgUq2/6v9Lh00jucTLsrO0Z4QcPmbo9mGo1jjKmEPIfBas23bJWkN1Jg==",
"version": "1.59.0-alpha-1769561805000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769561805000.tgz",
"integrity": "sha512-S6Bvamvt2+M3Aolm5CJwUpLoNTqK32NYtbrt6n278vTjQZOxm9XVCp0+cJyuzDbzIdl+1nMdCB7n1NAFkKoB7g==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.59.0-alpha-1769452054000"
"playwright": "1.59.0-alpha-1769561805000"
},
"bin": {
"playwright": "cli.js"
@@ -2562,12 +2562,12 @@
}
},
"node_modules/playwright": {
"version": "1.59.0-alpha-1769452054000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769452054000.tgz",
"integrity": "sha512-emHM/Pt6ACb0zZOOZNNQg6ahAbpiRKgWxmXeqhcmXWYbZ8zk+GIXavyBHYe5O3KC7GEHizECu83x1EldD3vs7Q==",
"version": "1.59.0-alpha-1769561805000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769561805000.tgz",
"integrity": "sha512-ZSqxE5/k3QdPCQL0mqpiRYVkAeFuELBK6NMuoPfHHHx5d1OH2MBiRUL2KEBtJZXqpQt7QfZP664f4qQ0xW48JA==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.59.0-alpha-1769452054000"
"playwright-core": "1.59.0-alpha-1769561805000"
},
"bin": {
"playwright": "cli.js"
@@ -2580,9 +2580,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.59.0-alpha-1769452054000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769452054000.tgz",
"integrity": "sha512-JulA7CBOf/Ks/MrXVpylMn9NLKRI933ZOR7A6lqW+VsAgSxrAE+j5BsxArSBaO1dUI1EfrVl0hDzVs4ftnWhaw==",
"version": "1.59.0-alpha-1769561805000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769561805000.tgz",
"integrity": "sha512-qB8D0mAP1vrqndK6a/v9iCji9jA/aFv95KSh0TJmoQNLzXkPWwq7a3UWmjUjUDKiyWgiQ8WpI59ham7Q+ypBww==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"
@@ -3325,8 +3325,8 @@
"license": "Apache-2.0",
"dependencies": {
"minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769452054000",
"playwright-core": "1.59.0-alpha-1769452054000"
"playwright": "1.59.0-alpha-1769561805000",
"playwright-core": "1.59.0-alpha-1769561805000"
},
"bin": {
"playwright-cli": "playwright-cli.js"
@@ -3340,8 +3340,8 @@
"version": "0.0.61",
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.59.0-alpha-1769452054000",
"playwright-core": "1.59.0-alpha-1769452054000"
"playwright": "1.59.0-alpha-1769561805000",
"playwright-core": "1.59.0-alpha-1769561805000"
},
"bin": {
"playwright-mcp": "cli.js"