Skip to content

Commit 6cb92b8

Browse files
committed
fix error
1 parent eca95c3 commit 6cb92b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/playwright-testing/how-to-manage-authentication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ To enable authentication using access tokens:
5050
> Authentication using access tokens is less secure. [Learn how to manage access tokens](./how-to-manage-access-tokens.md)
5151
5252
## Set up authentication using access-tokens
53+
5354
::: zone pivot="playwright-test-runner"
5455

5556
1. While running the tests, enable access token auth in the `playwright.service.config.ts` file in your setup.
@@ -63,6 +64,7 @@ To enable authentication using access tokens:
6364
::: zone-end
6465

6566
::: zone pivot="nunit-test-runner"
67+
6668
1. While running the tests, enable access token auth in the `.runsettings` file in your setup.
6769

6870
```xml
@@ -78,6 +80,7 @@ To enable authentication using access tokens:
7880
Follow the steps to [create an access token](./how-to-manage-access-tokens.md#generate-a-workspace-access-token). Copy the value of the access token generated.
7981

8082
::: zone pivot="playwright-test-runner"
83+
8184
1. Set up your environment
8285

8386
To set up your environment, you have to configure the `PLAYWRIGHT_SERVICE_ACCESS_TOKEN` environment variable with the value you obtained in the previous steps. Make sure this environment variable is available in your setup where you are running tests.

0 commit comments

Comments
 (0)