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 5f2e1a7 commit 9de4efaCopy full SHA for 9de4efa
articles/playwright-testing/how-to-manage-authentication.md
@@ -87,9 +87,9 @@ To enable authentication using access tokens:
87
88
Run Playwright tests against cloud-hosted browsers and publish the results to the service using the configuration you created above.
89
90
- ```typescript
91
- npx playwright test --config=playwright.service.config.ts --workers=20
92
- ```
+```typescript
+npx playwright test --config=playwright.service.config.ts --workers=20
+```
93
94
95
## Related content
0 commit comments