Skip to content

Commit

Permalink
Remove the experimental warning from Cypress testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef committed Jul 12, 2024
1 parent 1c60dbe commit 988322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Use Cypress to write end-to-end tests with Clerk.
# Testing with Cypress

<Callout type="info">
Using Cypress to test Clerk is still in the experimental stage. Please be aware that there may be limitations and potential issues when using this approach.
Our `@clerk/testing` package supports only end-to-end testing with Cypress. Unit tests are not supported.
</Callout>

Cypress is a well-established JavaScript testing framework. This guide aims to help you set up your environment for creating authenticated tests with Clerk. This guide will assume you're somewhat familiar with Clerk and Cypress.
Expand Down

0 comments on commit 988322b

Please sign in to comment.