Skip to content

Commit eca95c3

Browse files
committed
fix error
1 parent cc92de1 commit eca95c3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ To enable authentication using access tokens:
7777

7878
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.
7979

80-
81-
1. Set up your environment
8280
::: zone pivot="playwright-test-runner"
81+
1. Set up your environment
82+
8383
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.
8484

8585
We recommend that you use the `dotenv` module to manage your environment. With `dotenv`, you define your environment variables in the `.env` file.
@@ -101,7 +101,11 @@ To enable authentication using access tokens:
101101
::: zone-end
102102

103103
::: zone pivot="nunit-test-runner"
104-
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.
104+
105+
1. Set up your environment
106+
107+
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.
108+
105109
::: zone-end
106110

107111
## Run tests on the service and publish results

0 commit comments

Comments
 (0)