Skip to content

Commit

Permalink
fix broken link in testing.md
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Nov 18, 2021
1 parent 62fbd20 commit 1403b4a
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 1403b4a

Please sign in to comment.