Skip to content

Commit

Permalink
docs: update developing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Oct 30, 2023
1 parent dd7e271 commit 6f6040a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,20 @@ 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

There are a few supporting projects that Hawtio.next is based on. Although not so frequent, we will still occasionally need to update the projects.

### jolokia.js

<https://github.com/hawtio/jolokia.js>
<https://github.com/jolokia/jolokia/tree/2.0/client/javascript>

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

Expand Down

0 comments on commit 6f6040a

Please sign in to comment.