Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x: DOC Helidon Testing section is missing in the menu #7951

Closed
danielkec opened this issue Nov 6, 2023 · 0 comments · Fixed by #7992
Closed

4.x: DOC Helidon Testing section is missing in the menu #7951

danielkec opened this issue Nov 6, 2023 · 0 comments · Fixed by #7992
Assignees
Labels
4.x Version 4.x docs
Milestone

Comments

@danielkec
Copy link
Contributor

And the page itself has wrong maven coordinates:

https://helidon.io/docs/v4/#/se/testing

Incorrect coordinates:

<dependency>
    <groupId>io.helidon.testing.junit5</groupId>
    <artifactId>helidon-testing-junit5-webserver</artifactId>
    <scope>test</scope>
</dependency>

But should be:

<dependency>
     <groupId>io.helidon.webserver.testing.junit5</groupId>
     <artifactId>helidon-webserver-testing-junit5</artifactId>
     <scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x docs
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants