Test with Authentication
For apps that require login, your agent logs in once and saves the session. Future sessions restore it automatically — no login flow needed.
First time — login and save:
/shiplight verify http://localhost:3000/dashboard — log in with
test@example.com / password123Subsequent sessions — the agent restores the saved session automatically:
/shiplight verify http://localhost:3000/dashboard loads correctlyFor OAuth, SSO, and other complex login flows, a persistent Chrome profile is often simpler.