◐ Shell
clean mode source ↗

docs: testing page by csviri · Pull Request #3313 · operator-framework/java-operator-sdk

Pull request overview

Adds a new “Testing” documentation page to the JOSDK docs site, describing unit, integration, and E2E testing approaches and how to use the JUnit extensions.

Changes:

  • Introduce a new Testing documentation page with examples and configuration notes.
  • Link the new page from the Documentation section index.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
docs/content/en/docs/documentation/testing.md New testing guide covering unit tests, JUnit extensions, Fabric8 mock/API test options, and system property configuration.
docs/content/en/docs/documentation/_index.md Adds a “Testing” section linking to the new page.