Features
Features of Nx and Nx Cloud that improve CI
Run Only Tasks Affected by a PR
This allows to only run tasks on projects that got changed in a given PR.
Use Remote Caching (Nx Replay)
Learn how to enable remote caching s.t. you don't just benefit locally from it but also in CI.
Distribute Task Execution (Nx Agents)
Learn how to efficiently distribute tasks across machines to take full advantage of parallelization. Nx Agents make this a trivial task.
Automatically Split E2E Tasks (Atomizer)
Learn how Nx can automatically split e2e tests into fine-grained chunks for a much better distribution on Nx Agents.
Identify and Re-run Flaky Tasks
Learn how Nx Cloud is able to automatically identify flaky tasks and re-run them for you.
Dynamically Allocate Agents
Learn how to dynamically allocate agents based on the size of a PR, keeping the balance of speed and cost.
Explain With AI