Skip to content

Commit cbed3f7

Browse files
authored
chore: mcp now has a new home at microsoft/playwright-mcp (#35351)
1 parent f3b3593 commit cbed3f7

20 files changed

+24
-2233
lines changed

package-lock.json

+24-726
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"test-html-reporter": "playwright test --config=packages/html-reporter",
2929
"test-web": "playwright test --config=packages/web",
3030
"ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright.config.ts",
31-
"mtest": "playwright test --config=packages/playwright-mcp",
3231
"ct": "playwright test tests/components/test-all.spec.js --reporter=list",
3332
"test": "playwright test --config=tests/library/playwright.config.ts",
3433
"eslint": "eslint --cache",

packages/playwright-mcp/.npmignore

-5
This file was deleted.

packages/playwright-mcp/README.md

-223
This file was deleted.

packages/playwright-mcp/cli.js

-18
This file was deleted.

packages/playwright-mcp/package.json

-38
This file was deleted.

packages/playwright-mcp/playwright.config.ts

-27
This file was deleted.

packages/playwright-mcp/src/context.ts

-65
This file was deleted.

0 commit comments

Comments
 (0)