Skip to content

Commit 9de4efa

Browse files
committed
fixed error and updated package verision
1 parent 5f2e1a7 commit 9de4efa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

90-
```typescript
91-
npx playwright test --config=playwright.service.config.ts --workers=20
92-
```
90+
```typescript
91+
npx playwright test --config=playwright.service.config.ts --workers=20
92+
```
9393

9494

9595
## Related content

0 commit comments

Comments
 (0)