Skip to content

Landing Page Verification Protocol

This workflow MUST be executed before handing over any task related to the public facing site or authentication.

1. Start Development Server

First, ensure the platform development server is running in the background.

# If not already running
pnpm dev --filter=platform

2. Run Verification Test

Execute the dedicated Playwright test spec.

# Verify landing and auth flow
npx playwright test e2e/landing-verification.spec.ts --project=chromium --headed

3. Success Criteria

  • [ ] Landing page loads (200 OK)
  • [ ] "Singular Dream" branding visible
  • [ ] Login modal opens upon clicking "Sign In"
  • [ ] No console errors reported