docs(core): rename test atomizer (#22464)

This commit is contained in:
Isaac Mann 2024-03-22 15:19:19 -04:00 committed by GitHub
parent 512786f62c
commit da12d87b18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View File

@ -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 %}

View File

@ -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",

View File

@ -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,

View File

@ -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"
},

View File

@ -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).

View File

@ -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)