Skip to content

๐Ÿงช UI Test Agent โ€‹

Pro

Visual regression testing, component testing, and E2E UI automation.

CLI Usage โ€‹

bash
luna run ui-test --context "your input here"

API Usage โ€‹

bash
curl -N -X POST https://api.lunaos.ai/agents/execute \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"agent": "ui-test", "context": "your input here"}'

Built with โค๏ธ for developers