Skip to content

Commit 6e725c6

Browse files
authored
(testing/playwright) clarify how to set testing token env var (#2027)
1 parent f84fa67 commit 6e725c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/playwright/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description: Use Playwright to write end-to-end tests with Clerk.
5858
```
5959

6060
> [!NOTE]
61-
> You can manually set the Testing Token by using the `CLERK_TESTING_TOKEN` environment variable instead of calling `clerkSetup()`.
61+
> 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.
6262
6363
## Use `setupClerkTestingToken()`
6464

0 commit comments

Comments
 (0)