Skip to content

Commit dbfe884

Browse files
docs(nx-dev): add playwright atomized merged output to nx.dev
1 parent d53286c commit dbfe884

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/shared/packages/playwright/merge-atomized-outputs.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Merge Atomized Playwright Outputs
3+
description: Learn how to enable output merging for atomized Playwright tests
4+
---
5+
16
# Merge Atomized Playwright Outputs
27

38
When running Playwright tests in CI environments, Nx can [split tests across multiple parallel tasks](/docs/features/ci-features/split-e2e-tasks) for faster execution.
@@ -17,10 +22,10 @@ With the Nx Plugin, the Playwright report merging feature allows you to combine
1722
- CI environment with [task atomization enabled](/docs/features/ci-features/split-e2e-tasks)
1823
- Nx v21.6.1
1924

20-
{% aside type="note" title="Nx Version"%}
25+
{% callout type="note" title="Nx Version"%}
2126
Nx v21.6.1 introduced automatic configuration of report merging which is the focus of this guide.
2227
Similar steps can be followed for manual configuration of Playwright for any versions prior to Nx v21.6.1
23-
{%/aside%}
28+
{%/callout%}
2429

2530
## How report merging works
2631

0 commit comments

Comments
 (0)