diff --git a/docs/book/src/developer/testing.md b/docs/book/src/developer/testing.md index 0088cd70f0f0..d04e955e8bfb 100644 --- a/docs/book/src/developer/testing.md +++ b/docs/book/src/developer/testing.md @@ -63,7 +63,7 @@ The following guidelines should be followed when developing E2E tests: - Use the [Cluster API test framework]. - Define test spec reflecting real user workflow, e.g. [Cluster API quick start]. - Unless you are testing provider specific features, ensure your test can run with - different infrastructure providers (see [Writing Portable Tests](#writing-portable-e2e-tests)). + different infrastructure providers (see [Writing Portable Tests](./e2e.md#writing-portable-e2e-tests)). See [e2e development] for more information on developing e2e tests for CAPI and external providers.