Skip to content

Commit 3e9daf4

Browse files
committed
Add TOC entry for sharding article
1 parent 2dae5d5 commit 3e9daf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Microsoft Playwright Testing Reporting with Playwright sharding (preview)
3-
description: Learn to
3+
description: Learn how to split your test suite to run across multiple machines simultaneously and get a consolidated report of a test run with sharding.
44
author: vvs11
55
ms.service: playwright-testing
66
ms.custom:
@@ -36,7 +36,6 @@ While using sharding, make sure the same `RUN_ID` is set across all the shards f
3636

3737
Here's an example of how you can set it in your pipeline via GitHub Actions.
3838

39-
4039
```yml
4140
name: Playwright Tests
4241
on:

articles/playwright-testing/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ items:
4646
href: how-to-configure-visual-comparisons.md
4747
- name: Monitor Microsoft Playwright Testing
4848
href: monitor-playwright-testing.md
49-
49+
- name: Use Microsoft Playwright Testing with sharding
50+
href: playwright-testing-reporting-with-sharding.md
5051
- name: Samples
5152
items:
5253
- name: Contoso Traders cloud testing demo

0 commit comments

Comments
 (0)