docs(core): rename test atomizer (#22464)
This commit is contained in:
parent
512786f62c
commit
da12d87b18
@ -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 %}
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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).
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user