Features
Features of Nx and Nx Cloud that improve CI
This allows to only run tasks on projects that got changed in a given PR.
Learn how to enable remote caching s.t. you don't just benefit locally from it but also in CI.
Learn how to efficiently distribute tasks across machines to take full advantage of parallelization. Nx Agents make this a trivial task.
Learn how to dynamically allocate agents based on the size of a PR, keeping the balance of speed and cost.
Learn how Nx can automatically split e2e tests into fine-grained chunks for a much better distribution on Nx Agents.
Learn how Nx Cloud is able to automatically identify flaky tasks and re-run them for you.
Set up Nx Cloud on machines that you control