Skip to main content
Back to the directory
clerk/skillsSoftware EngineeringFrontend and Design

clerk-testing

E2E testing utilities for Clerk authentication flows in Playwright and Cypress.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/clerk/skills --skill clerk-testing
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, clerk-testing has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: clerk/skills. Canonical URL: https://skills.sh/clerk/skills/clerk-testing.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
E2E testing utilities for Clerk authentication flows in Playwright and Cypress. 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 - Supports both Playwright and Cypress frameworks with framework-specific setup patterns (globalSetup for Playwright, custom commands for Cypress) - Provides clerkSetup() and setupClerkTestingToken() utilities to initialize test environments and bypass bot detection - Includes storageState persistence to reuse authenticated sessions across tests, reducing test execution time - Requires test API keys ( pk_test_* , sk_test_* ) and offers best practices for avoiding common pitfalls like production credentials and repeated UI-based sign-ins - 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 - clerk-setup - Install Clerk before...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

E2E testing utilities for Clerk authentication flows in Playwright and Cypress.

Is clerk-testing good?

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

Which AI agents support clerk-testing?

clerk-testing currently lists compatibility with Skills CLI.

Is clerk-testing safe to install?

clerk-testing has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to clerk-testing?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install clerk-testing?

Run the following command to 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