We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d9341 commit 6428dfbCopy full SHA for 6428dfb
articles/app-testing/playwright-workspaces/how-to-manage-authentication.md
@@ -59,14 +59,14 @@ To enable authentication using access tokens:
59
60
While running the tests, enable access token auth in the `playwright.service.config.ts` file in your setup.
61
62
- ```typescript
+```typescript
63
import { getServiceConfig, ServiceAuth } from '@azure/playwright';
64
65
/* Learn more about service configuration at https://aka.ms/mpt/config */
66
export default defineConfig(config, getServiceConfig( config {
67
serviceAuthType: ServiceAuth.ACCESS_TOKEN
68
}));
69
- ```
+```
70
::: zone-end
71
72
::: zone pivot="nunit-test-runner"
0 commit comments