Skip to main content
Back to registry

clerk-testing

clerk/skills

Test auth = isolated session state. Each test needs fresh auth context.

Installs1
Install command
npx skills add https://github.com/clerk/skills --skill clerk-testing
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Test auth = isolated session state. Each test needs fresh auth context. Playwright : Use globalSetup for auth state Cypress : Add addClerkCommands({ Cypress, cy }) to support file - clerkSetup() initializes test environment - setupClerkTestingToken() bypasses bot detection - storageState persists auth between tests for speed - Identify test framework (Playwright or Cypress) - WebFetch the appropriate URL from decision tree above - Follow official setup instructions - Use pk_test_* and sk_test_* keys only - Use setupClerkTestingToken() before navigating to auth pages - Use test API keys: pk_test_xxx , sk_test_xxx - Save auth state with storageState for faster tests - Use page.waitForSelector('[data-clerk-component]') for Clerk UI - Demo Repo

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does clerk-testing do?

Test auth = isolated session state. Each test needs fresh auth context.

Is clerk-testing good?

clerk-testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does clerk-testing work with?

clerk-testing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to clerk-testing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install clerk-testing?

npx skills add https://github.com/clerk/skills --skill clerk-testing

Related skills

More from clerk/skills

Related skills

Alternatives in Software Engineering