skills/skills/langbot-testing/references/web-ui-testing.md
skills/.env.LANGBOT_FRONTEND_URL.LANGBOT_BACKEND_URL for backend/API/log checks.LANGBOT_FRONTEND_URL.Use browser automation as the acceptance path for WebUI cases. API or curl checks are useful for readiness, saved config inspection, and log correlation, but they do not cover login state, form rendering, frontend save behavior, websocket streaming, or console regressions.
For a UI case, curl can support the report but cannot make the case pass by itself. A passing report should include the visible browser result and any backend/API diagnostics that explain the same run.
If the user logged in on one origin but LANGBOT_FRONTEND_URL still shows /login, copy only the auth state needed for the selected origin. Do not print token values.
Report: