Skip to content

Commit 504f9fa

Browse files
authored
Update how-to-manage-authentication.md
1 parent 2d0d2d7 commit 504f9fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To enable authentication using access tokens:
8787
credential: new DefaultAzureCredential(),
8888
options: new PlaywrightServiceBrowserClientOptions()
8989
{
90-
90+
ServiceAuth = ServiceAuthType.AccessToken
9191
}
9292
)
9393
{
@@ -131,9 +131,9 @@ To set up your environment, configure the `PLAYWRIGHT_SERVICE_ACCESS_TOKEN` envi
131131

132132
::: zone-end
133133

134-
## Run tests on the service and publish results
134+
## Run tests on the service
135135

136-
Run Playwright tests against cloud-hosted browsers and publish the results to the service using the configuration you created above.
136+
Run Playwright tests against cloud-hosted browsers using the configuration you created above.
137137

138138
::: zone pivot="playwright-test-runner"
139139

0 commit comments

Comments
 (0)