This package provides utilities for testing Clerk applications.
It currently supports the following testing frameworks:
Playwright, a Node.js library to automate browsers and web pages.
Getting started
Prerequisites
Node.js >=18.17.0 or later
Playwright v1+
Installation
npm install @clerk/testing --save-dev
Usage
Playwright
Firstly, add your Clerk keys (CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY) to your environment variables file (e.g. .env.local or .env.).
You can find these keys in your Clerk Dashboard.
All Playwright related utilities are exported from @clerk/testing/playwright. Make sure that your import paths are correct!
On your global setup file for Playwright, you must use the clerkSetup function to set up Clerk for your tests.
Utilities to help you create E2E test suites for apps using Clerk
The npm package @clerk/testing receives a total of 86,005 weekly downloads. As such, @clerk/testing popularity was classified as popular.
We found that @clerk/testing demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 7 open source maintainers collaborating on the project.
Package last updated on 29 Apr 2024
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.