Skip to content

Commit 7f4822e

Browse files
author
Jill Grant
authored
Merge pull request #276716 from juliakm/users/jukullam/add-sharding-toc
Add TOC entry for Playwright sharding article
2 parents 967ee07 + f29f8f0 commit 7f4822e

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 use the Microsoft Playwright Testing service's reporting feature with test runs that use Playwright's sharding features.
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)