Skip to content

Commit

Permalink
Merge pull request #5701 from killianmuldoon/fix/broken-link-testing-md
Browse files Browse the repository at this point in the history
🐛  fix broken link in testing.md
  • Loading branch information
k8s-ci-robot authored Nov 18, 2021
2 parents 62fbd20 + 1403b4a commit 4586d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/developer/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4586d08

Please sign in to comment.