test-web

Installation
SKILL.md
  1. Ensure the CMS is running locally, or the web app is connected to the remote CMS.

  2. Start the web dev server in the background (if not already running):

    cd web && pnpm dev
    
  3. Wait for port 4321 to be ready, use a different port if needed.

  4. Use agent-browser to test:

    agent-browser open http://localhost:4321
    agent-browser snapshot -i  # Get interactive elements with refs
    agent-browser click @e2    # Click element by ref
    

    to see all available commands, run agent-browser --help

Installs
3
GitHub Stars
22
First Seen
Mar 1, 2026
test-web — jhb-software/payload-astro-website-template