Skip to content

Commit

Permalink
(testing/playwright) clarify how to set testing token env var (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech authored Feb 13, 2025
1 parent f84fa67 commit 6e725c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/playwright/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ description: Use Playwright to write end-to-end tests with Clerk.
```

> [!NOTE]
> You can manually set the Testing Token by using the `CLERK_TESTING_TOKEN` environment variable instead of calling `clerkSetup()`.
> Instead of calling `clerkSetup()`, you can manually set the Testing Token by setting the `CLERK_TESTING_TOKEN` environment variable to the [Testing Token](/docs/testing/overview#testing-tokens) that you create through the Backend API.
## Use `setupClerkTestingToken()`

Expand Down

0 comments on commit 6e725c6

Please sign in to comment.