testing

Installation
SKILL.md

Preview Testing Skill

This skill tests Lovable apps in Preview mode - the live, running version of the app - using Claude's browser automation. It manages a standardized test workspace at .claude/lovable-claude/test/ containing test plans, test user profiles, and results.

When to Activate

  1. Preview testing is enabled in CLAUDE.md (Preview Testing → Status: on)
  2. User runs testing commands:
    • /lovable:test-init - Test wizard (scaffold workspace, create test plans)
    • /lovable:test-run - Execute test plans in Preview mode
    • /lovable:test-sync - Resync test plans with new/changed features
  3. After implementing a feature (when test workspace exists):
    • Suggest adding/updating unit tests AND test plans for the new feature
    • If test_after_implementation: on, run the affected test plans automatically
  4. After auto-deploy (yolo mode integration):
    • If test_after_deploy: on, run smoke-level test plans after deployment
  5. User mentions preview testing in any form

How Preview Access Works

Installs
6
GitHub Stars
13
First Seen
Jun 11, 2026
testing — 10k-digital/lovable-claude-code