From 6c8c0c43dbf7e48adbafc7ce516e52d50698e56b Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Fri, 9 Aug 2024 09:28:48 -0400 Subject: [PATCH] docs(core): link to split tasks section of plugins (#27347) Update split e2e tasks section to point directly to plugin sections about splitting tasks --- docs/nx-cloud/features/split-e2e-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nx-cloud/features/split-e2e-tasks.md b/docs/nx-cloud/features/split-e2e-tasks.md index d85c009339..6691bb16ac 100644 --- a/docs/nx-cloud/features/split-e2e-tasks.md +++ b/docs/nx-cloud/features/split-e2e-tasks.md @@ -11,7 +11,7 @@ You could manually address these problems by splitting your e2e tests into small ## Set up -To enable atomized tasks, you need to turn on [inferred tasks](/concepts/inferred-tasks#existing-nx-workspaces) for the [@nx/cypress](/nx-api/cypress), [@nx/playwright](/nx-api/playwright), [@nx/jest](/nx-api/jest) or [@nx/gradle](/nx-api/gradle) plugins. Run this command to set up inferred tasks: +To enable atomized tasks, you need to turn on [inferred tasks](/concepts/inferred-tasks#existing-nx-workspaces) for the [@nx/cypress](/nx-api/cypress#splitting-e2e-tasks-by-file), [@nx/playwright](/nx-api/playwright#splitting-e2e-tasks-by-file), [@nx/jest](/nx-api/jest#splitting-e2e-tests) or [@nx/gradle](/nx-api/gradle) plugins. Run this command to set up inferred tasks: {% tabs %} {% tab label="Cypress" %}