Skip to content

Conversation

barbados-clemens
Copy link
Contributor

fixes: DOC-208

Copy link
Contributor

nx-cloud bot commented Sep 23, 2025

View your CI Pipeline Execution ↗ for commit 6d8e39d

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 4m 31s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 1s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 6s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 4s View ↗
nx documentation ✅ Succeeded 1m 50s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-23 21:43:03 UTC

Copy link

vercel bot commented Sep 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Sep 23, 2025 9:45pm

nx-cloud[bot]

This comment was marked as outdated.

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
@barbados-clemens barbados-clemens force-pushed the cu/DOC-208-playwright-atomizer branch 2 times, most recently from cb802b0 to dbfe884 Compare September 23, 2025 19:44
Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud is proposing a fix for your failed CI:

We've fixed the broken internal links in the new Playwright documentation that were causing the build to fail. The links now correctly point to /ci/features/split-e2e-tasks instead of the non-existent /docs/features/ci-features/split-e2e-tasks path.

We verified this fix by re-running nx-dev:build.

Suggested Fix changes
diff --git a/astro-docs/src/content/docs/technologies/test-tools/playwright/Guides/merge-atomized-outputs.mdoc b/astro-docs/src/content/docs/technologies/test-tools/playwright/Guides/merge-atomized-outputs.mdoc
index 5182ac5871..9af32c3cb9 100644
--- a/astro-docs/src/content/docs/technologies/test-tools/playwright/Guides/merge-atomized-outputs.mdoc
+++ b/astro-docs/src/content/docs/technologies/test-tools/playwright/Guides/merge-atomized-outputs.mdoc
@@ -5,7 +5,7 @@ sidebar:
 filter: 'type:Guides'
 ---
 
-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.
+When running Playwright tests in CI environments, Nx can [split tests across multiple parallel tasks](/ci/features/split-e2e-tasks) for faster execution.
 However, this creates separate test reports for each task.
 With the Nx Plugin, the Playwright report merging feature allows you to combine these individual reports into a single, unified report.
 
@@ -19,7 +19,7 @@ With the Nx Plugin, the Playwright report merging feature allows you to combine
 
 - Nx workspace with `@nx/playwright` plugin
 - Playwright tests configured in your project
-- CI environment with [task atomization enabled](/docs/features/ci-features/split-e2e-tasks)
+- CI environment with [task atomization enabled](/ci/features/split-e2e-tasks)
 - Nx v21.6.1 
 
 {% aside type="note" title="Nx Version"%}
diff --git a/docs/shared/packages/playwright/merge-atomized-outputs.md b/docs/shared/packages/playwright/merge-atomized-outputs.md
index 4e2b3fa9d5..37d700e4be 100644
--- a/docs/shared/packages/playwright/merge-atomized-outputs.md
+++ b/docs/shared/packages/playwright/merge-atomized-outputs.md
@@ -5,7 +5,7 @@ description: Learn how to enable output merging for atomized Playwright tests
 
 # Merge Atomized Playwright Outputs
 
-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.
+When running Playwright tests in CI environments, Nx can [split tests across multiple parallel tasks](/ci/features/split-e2e-tasks) for faster execution.
 However, this creates separate test reports for each task.
 With the Nx Plugin, the Playwright report merging feature allows you to combine these individual reports into a single, unified report.
 
@@ -19,7 +19,7 @@ With the Nx Plugin, the Playwright report merging feature allows you to combine
 
 - Nx workspace with `@nx/playwright` plugin
 - Playwright tests configured in your project
-- CI environment with [task atomization enabled](/docs/features/ci-features/split-e2e-tasks)
+- CI environment with [task atomization enabled](/ci/features/split-e2e-tasks)
 - Nx v21.6.1
 
 {% callout type="note" title="Nx Version"%}

Apply fix via Nx Cloud  Reject fix via Nx Cloud

Nx CloudApply fix locally ↗  Nx CloudView interactive diff ↗


⚙️ An Nx Cloud workspace admin can disable these reviews in workspace settings.

@barbados-clemens barbados-clemens force-pushed the cu/DOC-208-playwright-atomizer branch from 00fdc0a to 6d8e39d Compare September 23, 2025 21:32
@barbados-clemens barbados-clemens merged commit 57c5c6a into master Sep 24, 2025
15 checks passed
@barbados-clemens barbados-clemens deleted the cu/DOC-208-playwright-atomizer branch September 24, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants