`/test-webapp-ui <url_or_description> [test-focus]`
## Usage
`/test-webapp-ui <url_or_description> [test-focus]`
Where:
- `<url_or_description>` is either a URL or description of the app
- `[test-focus]` is optional specific test focus (defaults to core functionality)
## Context
- Target: $ARGUMENTS
- Uses browser-use MCP tools for UI testing
## Process
1. **Setup** - Identify target app (report findings at each step):
- If URL provided: Use directly
- If description provided,
- **Try make first**: If no URL provided, check for `Makefile` with `make start` or `make dev` or similar
- **Consider VSCode launch.json**: Loo...