Testing Decision Tree | Framework | Documentation | |-----------|---------------| | Overview | https://clerk.com/docs/guides/development/testing/overview | | Playwright | https://clerk.com/docs/guides/development/testing/playwright/overview | | Cypress | https://clerk.com/docs/guides/development/testing/cypress/overview | Mental Model Test auth = isolated session state. Each test needs fresh auth context. - initializes test environment - bypasses bot detection - persists auth between tests for speed Workflow 1. Identify test framework (Playwright or Cypress) 2. WebFetch the appropriate URL fr…