playwright-mcp-tests/ ├── .github/ │ └── workflows/ │ └── playwright.yml # CI: smoke → regression shards → cross-browser ├── config/ │ └── test.config.ts # Typed config object, reads from .env ├── ...
- Attach Playwright to the same browser via CDP (`cdp_url`) - Pass the Playwright `page` into `session.observe/act/extract` so Stagehand auto-detects the correct ...