Update docs/src/auth.md

Co-authored-by: Max Schmitt <max@schmitt.mx>
Signed-off-by: Dmitry Gozman <dgozman@gmail.com>
This commit is contained in:
Dmitry Gozman 2024-03-12 09:03:40 -07:00 committed by GitHub
parent 4cabe60814
commit fe9b91dc86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ test('test', async ({ page }) => {
UI mode will not run the `setup` project by default to improve testing speed. We recommend to authenticate by manually running the `auth.setup.ts` from time to time, whenever existing authentication expires.
First [enable the `setup` project in the filters](https://playwright.dev/docs/test-ui-mode#filtering-tests), then click the triangle button next to `auth.setup.ts` file, and then disable the `setup` project in the filters again.
First [enable the `setup` project in the filters](./test-ui-mode#filtering-tests), then click the triangle button next to `auth.setup.ts` file, and then disable the `setup` project in the filters again.
## Moderate: one account per parallel worker