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 25,105 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 8 open source maintainers collaborating on the project.
Package last updated on 26 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.