Skip to content

Commit 77626d7

Browse files
committed
fix errors
1 parent d3ccd67 commit 77626d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/playwright-testing/playwright-testing-reporting-with-sharding.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 05/06/2024
1010
ms.author: vanshsingh
1111
---
1212

13-
# Use Microsoft Playwright Testing Reporting with Playwright sharding (preview)
13+
# Use Microsoft Playwright Testing Reporting preview with Playwright sharding
1414

1515
In this article, you learn how to use the Microsoft Playwright Testing service's reporting feature with test runs that use [Playwright's sharding features](https://playwright.dev/docs/test-sharding).
1616

@@ -32,9 +32,7 @@ You can use Playwright Testing's reporting feature to get a consolidated report
3232
Add or update `runId` to `playwright.service.config.ts` file in your setup.
3333

3434
```typescript
35-
.
36-
.
37-
.
35+
3836
export default defineConfig(
3937
config,
4038
getServiceConfig(config, {

0 commit comments

Comments
 (0)