diff --git a/docs/se/testing.adoc b/docs/se/testing.adoc index d6dd3d106fd..db7f71379bb 100644 --- a/docs/se/testing.adoc +++ b/docs/se/testing.adoc @@ -41,9 +41,9 @@ include::{rootdir}/includes/dependencies.adoc[] [source,xml] ---- - io.helidon.testing.junit5 - helidon-testing-junit5-webserver - test + io.helidon.webserver.testing.junit5 + helidon-webserver-testing-junit5 + test ---- diff --git a/docs/sitegen.yaml b/docs/sitegen.yaml index a1401af2148..875c8e9229b 100644 --- a/docs/sitegen.yaml +++ b/docs/sitegen.yaml @@ -451,6 +451,12 @@ backend: glyph: type: "icon" value: "outbox" + - type: "PAGE" + title: "Testing" + source: "testing.adoc" + glyph: + type: "icon" + value: "thumbs_up_down" - type: "PAGE" title: "Tracing" source: "tracing.adoc"