Skip to content

Commit a6f7c3e

Browse files
committed
update docs
1 parent cc6cd16 commit a6f7c3e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.vscode/mcp.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"servers": {
3+
// https://github.com/microsoft/playwright-mcp
4+
"playwright": {
5+
"command": "npx",
6+
"args": [
7+
"@playwright/mcp@latest"
8+
// "--vision"
9+
]
10+
},
11+
// https://github.com/executeautomation/mcp-playwright
12+
"executeautomation": {
13+
"command": "npx",
14+
"args": [
15+
"@executeautomation/playwright-mcp-server"
16+
],
17+
},
18+
}
19+
}

docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ make show-trace
3030
make codegen
3131
```
3232

33+
[Playwright Trace Viewer](https://trace.playwright.dev/) provides a way to visualize the execution of Playwright tests, which can be helpful for debugging and understanding test flows.
34+
3335
## Guides
3436

3537
### Authentication
@@ -70,6 +72,21 @@ uv run scripts/load_context.py
7072

7173
## [Playwright MCP server](https://github.com/microsoft/playwright-mcp)
7274

75+
### Repos
76+
77+
- [Microsoft / Playwright MCP server](https://github.com/microsoft/playwright-mcp)
78+
- [[Feature] Adding codegen feature. #519](https://github.com/microsoft/playwright-mcp/issues/519): コード生成機能に関する機能追加の要望
79+
- [executeautomation/mcp-playwright](https://github.com/executeautomation/mcp-playwright)
80+
- [Code Generation Tools](https://executeautomation.github.io/mcp-playwright/docs/playwright-web/Supported-Tools#start_codegen_session)
81+
82+
### Scenarios
83+
84+
**Code generation**
85+
86+
- [How to Generate Playwright Tests using MCP + Copilot](https://www.youtube.com/watch?v=AaCj939XIQ4)
87+
- Blog: [Letting Playwright MCP Explore your site and Write your Tests](https://dev.to/debs_obrien/letting-playwright-mcp-explore-your-site-and-write-your-tests-mf1)
88+
- Prompt: [Playwright E2E test generator](https://github.com/ks6088ts/prompts/blob/main/.github/prompts/write_e2e_test.prompt.md)
89+
7390
## [Locust](https://github.com/locustio/locust)
7491

7592
- [Your first test](https://docs.locust.io/en/stable/quickstart.html)

0 commit comments

Comments
 (0)