Features
Features of Nx and Nx Cloud that improve CI
AI-Powered Self-Healing CI
Learn how Nx Cloud Self-Healing CI uses AI to automatically detect, analyze, and fix CI failures, eliminating the need to babysit PRs and keeping you focused on building features.
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.
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.
Dynamically Allocate Agents
Learn how to dynamically allocate agents based on the size of a PR, keeping the balance of speed and cost.
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.