diff --git a/docs/changelog/18_0_0.md b/docs/changelog/18_0_0.md index 67d148c027..1b01b8be4b 100644 --- a/docs/changelog/18_0_0.md +++ b/docs/changelog/18_0_0.md @@ -19,7 +19,7 @@ title="Nx 18.0!!!" {% card title="Project Details View" type="document" url="/features/explore-graph#explore-projects-in-your-workspace" /%} {% card title="New @nx/nuxt plugin" type="document" url="/nx-api/nuxt" /%} {% card title="Distribute tasks on Nx Agents" type="document" url="/ci/features/distribute-task-execution" /%} -{% card title="Automatically split e2e tasks (Test Atomizer)" type="document" url="/ci/features/split-e2e-tasks" /%} +{% card title="Automatically split e2e tasks (Atomizer)" type="document" url="/ci/features/split-e2e-tasks" /%} {% card title="Re-run flaky tasks" type="document" url="/ci/features/flaky-tasks" /%} {% /cards %} diff --git a/docs/generated/manifests/ci.json b/docs/generated/manifests/ci.json index 534fb07167..07aa974a8d 100644 --- a/docs/generated/manifests/ci.json +++ b/docs/generated/manifests/ci.json @@ -176,7 +176,7 @@ }, { "id": "split-e2e-tasks", - "name": "Automatically Split E2E Tasks (TestAtomizer)", + "name": "Automatically Split E2E Tasks (Atomizer)", "description": "", "mediaImage": "", "file": "nx-cloud/features/split-e2e-tasks", @@ -258,7 +258,7 @@ }, "/ci/features/split-e2e-tasks": { "id": "split-e2e-tasks", - "name": "Automatically Split E2E Tasks (TestAtomizer)", + "name": "Automatically Split E2E Tasks (Atomizer)", "description": "", "mediaImage": "", "file": "nx-cloud/features/split-e2e-tasks", diff --git a/docs/generated/manifests/menus.json b/docs/generated/manifests/menus.json index cf319e766b..64f3cc2cc8 100644 --- a/docs/generated/manifests/menus.json +++ b/docs/generated/manifests/menus.json @@ -5777,7 +5777,7 @@ "disableCollapsible": false }, { - "name": "Automatically Split E2E Tasks (TestAtomizer)", + "name": "Automatically Split E2E Tasks (Atomizer)", "path": "/ci/features/split-e2e-tasks", "id": "split-e2e-tasks", "isExternal": false, @@ -5836,7 +5836,7 @@ "disableCollapsible": false }, { - "name": "Automatically Split E2E Tasks (TestAtomizer)", + "name": "Automatically Split E2E Tasks (Atomizer)", "path": "/ci/features/split-e2e-tasks", "id": "split-e2e-tasks", "isExternal": false, diff --git a/docs/map.json b/docs/map.json index 4412f206d7..dff8daa377 100644 --- a/docs/map.json +++ b/docs/map.json @@ -1714,7 +1714,7 @@ "file": "nx-cloud/features/dynamic-agents" }, { - "name": "Automatically Split E2E Tasks (TestAtomizer)", + "name": "Automatically Split E2E Tasks (Atomizer)", "id": "split-e2e-tasks", "file": "nx-cloud/features/split-e2e-tasks" }, diff --git a/docs/shared/getting-started/why-nx.md b/docs/shared/getting-started/why-nx.md index d022be9aca..88935c3cd5 100644 --- a/docs/shared/getting-started/why-nx.md +++ b/docs/shared/getting-started/why-nx.md @@ -39,7 +39,7 @@ The benefits of Nx are not restricted to local development. [Nx Cloud](https://n - Run only tasks [affected](/ci/features/affected) by that PR - [Share the task cache](/ci/features/remote-cache) between CI and local development machines (Nx Replay) - [Distribute task execution](/ci/features/distribute-task-execution) across multiple agent machines (Nx Agents) -- Automatically [split long e2e tasks](/ci/features/split-e2e-tasks) into smaller tasks (Test Atomizer) +- Automatically [split long e2e tasks](/ci/features/split-e2e-tasks) into smaller tasks (Atomizer) - Identify and Re-run [Flaky Tasks](/ci/features/flaky-tasks) Nx Cloud also provides direct integration with GitHub, GitLab, Bitbucket and Azure version control systems. Learn more at [nx.app](https://nx.app). diff --git a/docs/shared/reference/sitemap.md b/docs/shared/reference/sitemap.md index 47eb1068f4..e4527fcdbb 100644 --- a/docs/shared/reference/sitemap.md +++ b/docs/shared/reference/sitemap.md @@ -271,7 +271,7 @@ - [Use Remote Caching (Nx Replay)](/ci/features/remote-cache) - [Distribute Task Execution (Nx Agents)](/ci/features/distribute-task-execution) - [Dynamically Allocate Agents](/ci/features/dynamic-agents) - - [Automatically Split E2E Tasks (TestAtomizer)](/ci/features/split-e2e-tasks) + - [Automatically Split E2E Tasks (Atomizer)](/ci/features/split-e2e-tasks) - [Identify and Re-run Flaky Tasks](/ci/features/flaky-tasks) - [Set up Nx Cloud On-Premise](/ci/features/on-premise) - [Concepts](/ci/concepts)