Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check res...
Initial release – brings Playwright-powered browser automation to any project. - Auto-detects running localhost dev servers before starting tests. - Writes Playwright test scripts to /tmp to avoid cluttering project files. - Supports common browser tasks: UI testing, form automation, screenshots, responsive checks, login flow validation, broken link checks, and more. - Always opens the browser visibly for debugging unless headless mode is requested. - URLs are parameterized and configurable at the top of each script. - Clear step-by-step workflow and robust usage documentation included.