--- name: playwright-tests description: End-to-end browser testing with Playwright. Test user interactions, form validation, navigation, and visual feedback with full browser automation. --- # Browser Tests with Playwright To set up Browser Tests with Playwright, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/playwright-tests` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/playwright-tests ```