You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ make show-trace
30
30
make codegen
31
31
```
32
32
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.
-[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
+
73
90
## [Locust](https://github.com/locustio/locust)
74
91
75
92
-[Your first test](https://docs.locust.io/en/stable/quickstart.html)
0 commit comments