From 6f6040ab0fd20cd30b45b0b49f8d7af7bb83d990 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Mon, 30 Oct 2023 13:44:27 +0900 Subject: [PATCH] docs: update developing.md --- docs/developing.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/developing.md b/docs/developing.md index e73c1963..7ba4034c 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -54,7 +54,10 @@ The current implementation guidelines are as follows: ## Testing -TBD +Refer to the following issues: + +- [E2E testing strategy #16](https://github.com/hawtio/hawtio-next/issues/16) +- [E2E - Run the E2E suite from Hawtio standalone project directly with hawtio-next #322](https://github.com/hawtio/hawtio-next/issues/322) ## Supporting projects @@ -62,9 +65,9 @@ There are a few supporting projects that Hawtio.next is based on. Although not s ### jolokia.js - + -Type definitions for Jolokia used in Hawtio.next. It would need to evolve along with Hawtio.next development. +The official Jolokia JavaScript client library that also provides type definitions. If there are any issues with `jolokia.js` we should raise an issue and contribute a pull request to Jolokia project. ### hawtio-backend-middleware