Features
Features of Nx and Nx Cloud that improve CI
Run Only Tasks Affected by a PR
Learn how to use Nx's affected command to determine and run tasks only on projects affected by your changes, improving CI speed and efficiency.
Use Remote Caching (Nx Replay)
Learn how to use Nx Replay to share computation caches across your team and CI, speeding up builds and saving CI costs.
Distribute Task Execution (Nx Agents)
Learn how to use Nx Agents to distribute task execution across multiple machines, optimizing CI pipeline speed and efficiency through intelligent task allocation.
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.