What problem does it solve? Lovable projects lack automated end-to-end verification of the running app, so regressions and broken flows are only discovered manually after deployment. This skill tests the live Preview app via browser automation and keeps test plans synchronized as features are added. ## Core Features & Use Cases - Test Wizard: Scans the codebase (routes, forms, edge functions, roles) and generates standardized test plans, profiles, and a workspace under .lovable-agent/tests/. - Preview Test Execution: Runs test plans against the live Lovable Preview using tokenized URLs or a logged-in browser session, recording pass/fail results with console and network diagnostics. - Test Resync & Maintenance: Detects coverage gaps by diffing the codebase against the last synced commit, and suggests new or updated plans after each feature or deploy. - Use Case: After auto-deploying a new invite-team-member feature, run the smoke suite in Preview and get a report showing a failing step caused by a missing RESEND_API_KEY secret, with a suggested fix. ## Quick Start Ask the agent to run the Lovable test wizard to scan my project and create preview test plans, then execute the smoke suite against my Preview app.