docs: Add Playwright MCP short (#2647)

This commit is contained in:
Rizel Scarlett
2025-05-23 11:35:03 -04:00
committed by GitHub
parent 3d808d99ef
commit 5b6597a054
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ I'm perpetually drowning in open tabs. Yes, I do need Bluesky, ChatGPT, Claude,
> "Hi, my name is Rizel, and I'm a localhost ports hoarder. 👋🏿" > "Hi, my name is Rizel, and I'm a localhost ports hoarder. 👋🏿"
<!-- truncate -->
It always starts innocently with me running one project that uses localhost:3000. Then a teammate pings me to review their PR. Their project also runs on localhost:3000. Fortunately, modern frameworks are smart enough to automatically bump to ports 3001 or 3002\. Before I know it, 3003, 3004, and 3005 are running too, and my laptop sounds like its about to take off as it crawls under the weight of too many processes. It always starts innocently with me running one project that uses localhost:3000. Then a teammate pings me to review their PR. Their project also runs on localhost:3000. Fortunately, modern frameworks are smart enough to automatically bump to ports 3001 or 3002\. Before I know it, 3003, 3004, and 3005 are running too, and my laptop sounds like its about to take off as it crawls under the weight of too many processes.
## Traditional Ports Management ## Traditional Ports Management

View File

@@ -7,6 +7,8 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/iAxiFMlTE1Q" />
This tutorial covers how to add the Playwright MCP Server as a Goose extension, to enable cross-browser testing and web automation across Chromium and Webkit. This tutorial covers how to add the Playwright MCP Server as a Goose extension, to enable cross-browser testing and web automation across Chromium and Webkit.
:::tip TLDR :::tip TLDR